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