aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 8271e64..6230f81 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,8 +15,11 @@
<h2>
<center>{{ page.date | date_to_string }} | By: {{ page.author }}</center>
</h2>
+ <p>
+ <center><a href="./blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center>
+ </p>
</div>
- <div class="container">
+ <div class="container-post">
{{ content }}
</div>