From 09fed32de8e241687f06c658276567e1bd577947 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 30 Jun 2019 03:50:47 -0700 Subject: fix whitespace in HTML title; nothing on home --- python/fatcat_web/templates/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 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 %} -- cgit v1.2.3