aboutsummaryrefslogtreecommitdiff
path: root/docs/blog/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/blog/index.html')
-rw-r--r--docs/blog/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/blog/index.html b/docs/blog/index.html
index 7063378d5..e58018857 100644
--- a/docs/blog/index.html
+++ b/docs/blog/index.html
@@ -9,7 +9,7 @@ title: "Blog"
{% for post in site.posts %}
<li>
<div>
- <a href="{{ post.url }}">{{ post.title }}</a>
+ <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</div>
<div class="date">
{{ post.date | date: '%B %d, %Y' }}