aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html6
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">