diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 14:21:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 14:21:34 -0700 |
commit | a508e8b4196d44c384fdc65924607022fdfe1fd2 (patch) | |
tree | 37611f9bb95314f21e954a6ea79f109a51fc4719 /fatcat_scholar/templates/help.html | |
parent | f931c67c3f0f51f352961db1c37af5998a332792 (diff) | |
download | fatcat-scholar-a508e8b4196d44c384fdc65924607022fdfe1fd2.tar.gz fatcat-scholar-a508e8b4196d44c384fdc65924607022fdfe1fd2.zip |
html: better <title>
Diffstat (limited to 'fatcat_scholar/templates/help.html')
-rw-r--r-- | fatcat_scholar/templates/help.html | 4 |
1 files changed, 4 insertions, 0 deletions
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}"/> |