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