aboutsummaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 00:24:28 -0500
committerAlee <alee14498@gmail.com>2018-11-18 00:24:28 -0500
commite0a73854a9e48d87e28e415e7d0b312e386c4b82 (patch)
tree4a5a62b38fff5c939a47a0d46d7b6c77e3c9da1f /blog.html
parent8b116f86f4a6ce0455004bead277770dc605f1c1 (diff)
downloadpersonal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.gz
personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.bz2
personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.zip
Massive changes
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>