From 34494ed7c2d124d635222baa8e3ca270cbbc8385 Mon Sep 17 00:00:00 2001 From: Andrew Lee <andytaelee@gmail.com> Date: Tue, 25 Oct 2016 12:03:05 -0400 Subject: [PATCH] Fix back to blog link --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index b1c32f0..805b7de 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -22,5 +22,5 @@ layout: page </section> </div> <p class="center-text" style="padding: 30px;"> - <a href="/blog">Back to blog</a> + <a href="{{ site.baseurl }}/blog">Back to blog</a> </p> -- GitLab