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/base.html | 2 +- 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! + {%- endblock %} | fatcat! -- cgit v1.2.3