aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>