aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-02 11:38:25 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-02 11:38:25 -0400
commitd5fbf70a06d37c914de2fd89fc9fff0736146a1c (patch)
treee14ce7f5133988fb21719a1a6da6a467ec821bce
parentb97e3534b5fbea42586b84a78d3004aa149e05ed (diff)
downloadbnewnet-d5fbf70a06d37c914de2fd89fc9fff0736146a1c.tar.gz
bnewnet-d5fbf70a06d37c914de2fd89fc9fff0736146a1c.zip
trivially fix page title (h1) gap
-rw-r--r--theme/templates/base.html1
1 files changed, 1 insertions, 0 deletions
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 @@
<div class="content" id="main_content">
+&nbsp;
{% block content %}
Here lies content!
{% endblock %}