diff options
Diffstat (limited to 'python/fatcat_web')
-rw-r--r-- | python/fatcat_web/templates/base.html | 2 | ||||
-rw-r--r-- | python/fatcat_web/templates/home.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 10011153..39ad0100 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -12,7 +12,7 @@ {{- "[DEV] " -}} {%- endif -%} Perpetual Access Machine - {%- endblock -%} | fatcat!</title> + {%- endblock %} | fatcat!</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css" 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 }}/"> |