diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 0e5d010..de18c82 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,7 +21,7 @@ </div> <div class="container-post"> - <b><center>{{ content }}</center></b> + <b>{{ content }}</b> </div> {% include footer.html %} </BODY> |
