diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 6230f81..2bb61f8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,9 +15,9 @@ <h2> <center>{{ page.date | date_to_string }} | By: {{ page.author }}</center> </h2> - <p> + <h3> <center><a href="./blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center> - </p> + </h3> </div> <div class="container-post"> |
