summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'index.md')
-rw-r--r--index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.md b/index.md
index 824fc81fff..3510c9cbdf 100644
--- a/index.md
+++ b/index.md
@@ -6,7 +6,7 @@ layout: default
<ul>
{% for post in site.pages %}
<li>
- <a href="{{ post.url }}">{{ post.title }}</a>
+ <a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>