diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 050fd6d..298228c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -13,11 +13,13 @@ <main> <div class="container"> - <h2 class="center" id="title">{{ page.title | upcase }}</h2> - <h6 class="center">{{ page.date | date_to_long_string | upcase }}</h5> - <br> - <div class="twocol justify">{{ content }}</div> - <p class="post-author right">by {{ page.author }}</p> + <div class="container-2"> + <h2 class="center" id="title">{{ page.title | upcase }}</h2> + <h6 class="center">{{ page.date | date_to_long_string | upcase }}</h5> + <br> + <div class="twocol justify">{{ content }}</div> + <p class="post-author right">by {{ page.author }}</p> + </div> </div> </main> |
