diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-30 03:50:47 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-30 03:50:47 -0700 |
commit | 09fed32de8e241687f06c658276567e1bd577947 (patch) | |
tree | 6145536bd3c0c3007648da16be7f00a146ddcc94 /python | |
parent | d1806d43a9d14e27346a0f7a1c36411dead19738 (diff) | |
download | fatcat-09fed32de8e241687f06c658276567e1bd577947.tar.gz fatcat-09fed32de8e241687f06c658276567e1bd577947.zip |
fix whitespace in HTML title; nothing on home
Diffstat (limited to 'python')
-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 }}/"> |