aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/home.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-06-30 03:50:47 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-30 03:50:47 -0700
commit09fed32de8e241687f06c658276567e1bd577947 (patch)
tree6145536bd3c0c3007648da16be7f00a146ddcc94 /python/fatcat_web/templates/home.html
parentd1806d43a9d14e27346a0f7a1c36411dead19738 (diff)
downloadfatcat-09fed32de8e241687f06c658276567e1bd577947.tar.gz
fatcat-09fed32de8e241687f06c658276567e1bd577947.zip
fix whitespace in HTML title; nothing on home
Diffstat (limited to 'python/fatcat_web/templates/home.html')
-rw-r--r--python/fatcat_web/templates/home.html3
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 }}/">