summaryrefslogtreecommitdiff
path: root/_includes/themes/mark-reid/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/themes/mark-reid/post.html')
-rw-r--r--_includes/themes/mark-reid/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/themes/mark-reid/post.html b/_includes/themes/mark-reid/post.html
index af7ffd3..6e3396f 100644
--- a/_includes/themes/mark-reid/post.html
+++ b/_includes/themes/mark-reid/post.html
@@ -9,7 +9,7 @@
{{ content }}
<address class="signature">
- <a class="author" href="/">{{ site.author.name }}</a>
+ <a class="author" href="{{ HOME_URL }}">{{ site.author.name }}</a>
<span class="date">{{ page.date | date_to_long_string }}</span>
<span class="location">{{ page.location }}</span>
</address>