aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 16:28:41 -0500
committerAlee <alee14498@gmail.com>2018-11-18 16:28:41 -0500
commit4ceaebe63009e2856b015832229eb57f67719bfc (patch)
treeccc93e9c3df9ee84e237eff47171102860a26bd1 /_layouts
parent8838584aa45084ab081b59b92d0e8c34eeb4e0d6 (diff)
downloadpersonal-website-4ceaebe63009e2856b015832229eb57f67719bfc.tar.gz
personal-website-4ceaebe63009e2856b015832229eb57f67719bfc.tar.bz2
personal-website-4ceaebe63009e2856b015832229eb57f67719bfc.zip
center this
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index c4aa8f8..0e5d010 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -21,7 +21,7 @@
</div>
<div class="container-post">
- {{ content }}
+ <b><center>{{ content }}</center></b>
</div>
{% include footer.html %}
</BODY>