summaryrefslogtreecommitdiffstats
path: root/blog/_includes/post-header.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_includes/post-header.html')
-rw-r--r--blog/_includes/post-header.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/blog/_includes/post-header.html b/blog/_includes/post-header.html
index e1baeb8..2cb82b1 100644
--- a/blog/_includes/post-header.html
+++ b/blog/_includes/post-header.html
@@ -2,6 +2,8 @@
<header class="post-header">
<date>{{ post.date | date_to_string }}</date>
<h1>
- <a href="{{ post.url }}">{{ post.title }}</a>
+ <a href="{{ post.url | prepend: site.baseurl }}">
+ {{ post.title }}
+ </a>
</h1>
</header>