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 1d0c7fb..baa0469 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,7 +16,7 @@ <h2 class="center" id="title">{{ page.title | upcase }}</h2> <h6 class="center">{{ page.date | date_to_long_string | upcase }}</h5> <br> - <div class="threecol justify">{{ content }}</div> + <div class="twocol justify">{{ content }}</div> <p class="post-author right italics">by {{ page.author }}</p> </div> </main> |
