aboutsummaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/blog.html b/blog.html
index 316c407..bc78db5 100644
--- a/blog.html
+++ b/blog.html
@@ -8,6 +8,7 @@
</HEAD>
<BODY>
{% include navigator.html %}
+ <div class="container">
<h1>Latest Posts</h1>
<ul>
@@ -19,6 +20,7 @@
</li>
{% endfor %}
</ul>
+</div>
{% include footer.html %}
</BODY>
</HTML>