/ ‘content/pages.html’
This commit is contained in:
parent
7a3cd4bc8c
commit
fe6cef51be
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<dl>
|
<dl>
|
||||||
{% for page in pages |sort(attribute="date") %}
|
{% for page in pages |sort(attribute="date",reverse=True) %}
|
||||||
<dt>
|
<dt>
|
||||||
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
|
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
|
||||||
[{{ page.title }}]
|
[{{ page.title }}]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue