diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 2bb61f8..c4aa8f8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,7 +16,7 @@ <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> + <center><a href="/blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center> </h3> </div> <div class="container-post"> |
