aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 16:05:11 -0500
committerAlee <alee14498@gmail.com>2018-11-18 16:05:11 -0500
commit53911c679ce479219874c3eff5dddd6e705e3c3f (patch)
treecf37f6c8f3aa49ce996b540aec9307588595c4de /_layouts/post.html
parent517596fc97be02f777fb665f0f25c8a5b803491e (diff)
downloadpersonal-website-53911c679ce479219874c3eff5dddd6e705e3c3f.tar.gz
personal-website-53911c679ce479219874c3eff5dddd6e705e3c3f.tar.bz2
personal-website-53911c679ce479219874c3eff5dddd6e705e3c3f.zip
hopefully fixed the link
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html2
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">