Fix links.
This commit is contained in:
parent
170a74ece7
commit
5b99d13372
|
@ -6,7 +6,7 @@
|
|||
</h1>
|
||||
|
||||
{% for page in site.pages %}
|
||||
<a href="{{ page.url }}">{{ page.title }}</a>
|
||||
<a href=".{{ page.url }}">{{ page.title }}</a>
|
||||
{% endfor %}
|
||||
|
||||
{% include foot.html %}
|
||||
|
|
Loading…
Reference in New Issue