Fix links.

This commit is contained in:
Rico Sta. Cruz 2013-10-14 10:43:28 +08:00
parent 170a74ece7
commit 5b99d13372
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</h1> </h1>
{% for page in site.pages %} {% for page in site.pages %}
<a href="{{ page.url }}">{{ page.title }}</a> <a href=".{{ page.url }}">{{ page.title }}</a>
{% endfor %} {% endfor %}
{% include foot.html %} {% include foot.html %}