diff options
Diffstat (limited to 'python/fatcat_web/templates/home.html')
-rw-r--r-- | python/fatcat_web/templates/home.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index ea120fc3..171981c7 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% block title %}Perpetual Access to the Scholarly Record{% endblock %} + {% block extra_head %} <link rel="canonical" href="https://{{ config.FATCAT_DOMAIN }}/"> {% endblock %} |