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