aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index cb0bf12..ce5902f 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -10,15 +10,13 @@
<BODY>
{% include navigator.html %}
- <div class="jumbotron">
- <h1 class="title">{{ page.title }}</h1>
+ <h1><center>{{ page.title }}</center></h1>
<h2>
<center>{{ page.date | date_to_string }} | By: {{ page.author }}</center>
</h2>
<h3>
<center><a href="/blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center>
</h3>
- </div>
<div class="container">
<b>{{ content }}</b>