about summary refs log tree commit diff
path: root/blog.node5.net/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.node5.net/templates/base.html')
-rw-r--r--blog.node5.net/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/blog.node5.net/templates/base.html b/blog.node5.net/templates/base.html
index d626c45..fc0be7d 100644
--- a/blog.node5.net/templates/base.html
+++ b/blog.node5.net/templates/base.html
@@ -16,6 +16,7 @@
     <a id="logo" href="/">
         <h1 class="inline">{{ title }}</h1>
     </a><span id="motd" class="grey inline">{{ motd }}</span>
+    <br>
 
     {% block content %}
     {% endblock %}