From d5fbf70a06d37c914de2fd89fc9fff0736146a1c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 2 May 2016 11:38:25 -0400 Subject: trivially fix page title (h1) gap --- theme/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/templates/base.html b/theme/templates/base.html index e69d326..a671e21 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -74,6 +74,7 @@
+  {% block content %} Here lies content! {% endblock %} -- cgit v1.2.3