From a508e8b4196d44c384fdc65924607022fdfe1fd2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 22 Oct 2020 14:21:34 -0700 Subject: html: better --- fatcat_scholar/templates/help.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fatcat_scholar/templates/help.html') diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html index 3baeb30..75359c9 100644 --- a/fatcat_scholar/templates/help.html +++ b/fatcat_scholar/templates/help.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block title %} +{% trans website_name = super() %}{{ website_name }} Help{% endtrans %} +{% endblock %} + {% macro example_search_box(query) -%} <form class="" id="" action="{{ lang_prefix }}/search" method="get" role="search" aria-label="papers" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> <meta itemprop="target" content="/search?q={q}"/> -- cgit v1.2.3