diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-02 11:38:25 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-02 11:38:25 -0400 |
commit | d5fbf70a06d37c914de2fd89fc9fff0736146a1c (patch) | |
tree | e14ce7f5133988fb21719a1a6da6a467ec821bce | |
parent | b97e3534b5fbea42586b84a78d3004aa149e05ed (diff) | |
download | bnewnet-d5fbf70a06d37c914de2fd89fc9fff0736146a1c.tar.gz bnewnet-d5fbf70a06d37c914de2fd89fc9fff0736146a1c.zip |
trivially fix page title (h1) gap
-rw-r--r-- | theme/templates/base.html | 1 |
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"> + {% block content %} Here lies content! {% endblock %} |