Fix template.

This commit is contained in:
Alexandre Vicenzi 2015-07-22 23:02:15 -03:00
parent 70d6ab6aec
commit 2adc599df7
9 changed files with 115 additions and 75 deletions

View file

@ -46,7 +46,7 @@
<p>{{ SITESUBTITLE }}</p>
<nav>
<ul class="list">
{% for page in pages|sort %}
{% for page in pages|sort(attribute='title') %}
<li><a href="{{ SITEURL }}/{{ page.url }}#{{ page.slug }}">{{ page.title }}</a></li>
{% endfor %}
{% for name, link in LINKS %}