diff options
Diffstat (limited to 'fatcat_scholar/templates/about.html')
-rw-r--r-- | fatcat_scholar/templates/about.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/about.html b/fatcat_scholar/templates/about.html index 6831593..09867dc 100644 --- a/fatcat_scholar/templates/about.html +++ b/fatcat_scholar/templates/about.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block title %} +{% trans website_name = super() %}About {{ website_name }}{% endtrans %} +{% endblock %} + {% block main %} <h1>About Scholarly Search</h1> <p><i>See also: <a href="{{ lang_prefix }}/help">User Guide</a> which lists |