aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/home.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-06-30 03:48:09 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-30 03:48:09 -0700
commitd1806d43a9d14e27346a0f7a1c36411dead19738 (patch)
tree42eb4f806d422d33d62fa3a6da7d92acf57e1968 /python/fatcat_web/templates/home.html
parent361e7fa6d3cd9fe355bd26d85ef92e4b134d853d (diff)
downloadfatcat-d1806d43a9d14e27346a0f7a1c36411dead19738.tar.gz
fatcat-d1806d43a9d14e27346a0f7a1c36411dead19738.zip
more descriptive HTML titles
Diffstat (limited to 'python/fatcat_web/templates/home.html')
-rw-r--r--python/fatcat_web/templates/home.html2
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 %}