/ ‘content/pages.html’
This commit is contained in:
parent
5fde5593e2
commit
86d6101f9b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
||||||
<dl>
|
<dl>
|
||||||
{% for page in pages %}
|
{% for page in pages %}
|
||||||
<dt>
|
<dt>
|
||||||
<a class="noticeable" href='{{ SITEURL }}/{{ article.url }}'>
|
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
|
||||||
{{ article.date.isoformat() }} - {{ article.title }}
|
{{ page.date.isoformat() }} - {{ page.title }}
|
||||||
</a>
|
</a>
|
||||||
</dt>
|
</dt>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue