From d1806d43a9d14e27346a0f7a1c36411dead19738 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 30 Jun 2019 03:48:09 -0700 Subject: more descriptive HTML titles --- python/fatcat_web/templates/home.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/fatcat_web/templates/home.html') 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 %} {% endblock %} -- cgit v1.2.3