diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 15:36:17 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 15:36:17 -0500 |
| commit | 0c35b12c7142f59d7ebcc19f6475fe2acea051cf (patch) | |
| tree | f6f2485a971092009dbf2ca9c14c608038e373f1 | |
| parent | 779d9dd746f49572be5b0b0cf89f72bdd5fd03f4 (diff) | |
| download | personal-website-0c35b12c7142f59d7ebcc19f6475fe2acea051cf.tar.gz personal-website-0c35b12c7142f59d7ebcc19f6475fe2acea051cf.tar.bz2 personal-website-0c35b12c7142f59d7ebcc19f6475fe2acea051cf.zip | |
uhhhhh
| -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> |
