diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index d281d5a..1eb604c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,12 +8,12 @@ </HEAD> <BODY> {% include navigator.html %} - + <div class="container"> <h1>{{ page.title }}</h1> <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p> {{ content }} - + </div> {% include footer.html %} </BODY> </HTML> |
