diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 3dbc481..82d2f57 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,11 +10,11 @@ <BODY> {% include navigator.html %} + <div class="jumbotron"> + <h1>{{ page.title }}</h1> + <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p> + </div> <div class="container"> - <div class="jumbotron"> - <h1>{{ page.title }}</h1> - <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p> - </div> {{ content }} </div> |
