diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 15:37:29 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 15:37:29 -0500 |
| commit | 0d28a2429ef66d56115bebaf11d08ef8c33e7c74 (patch) | |
| tree | f83ea7526e2ed229fc18743fa1fe80ab371b6481 | |
| parent | 0c35b12c7142f59d7ebcc19f6475fe2acea051cf (diff) | |
| download | personal-website-0d28a2429ef66d56115bebaf11d08ef8c33e7c74.tar.gz personal-website-0d28a2429ef66d56115bebaf11d08ef8c33e7c74.tar.bz2 personal-website-0d28a2429ef66d56115bebaf11d08ef8c33e7c74.zip | |
forgot this
| -rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 82d2f57..8271e64 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,8 +11,10 @@ <BODY> {% include navigator.html %} <div class="jumbotron"> - <h1>{{ page.title }}</h1> - <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p> + <h1 class="title">{{ page.title }}</h1> + <h2> + <center>{{ page.date | date_to_string }} | By: {{ page.author }}</center> + </h2> </div> <div class="container"> |
