/ ‘content/pages.html’

This commit is contained in:
Dooho Yi 2020-05-05 22:23:42 +09:00
parent 5fde5593e2
commit 86d6101f9b

View file

@ -10,8 +10,8 @@
<dl>
{% for page in pages %}
<dt>
<a class="noticeable" href='{{ SITEURL }}/{{ article.url }}'>
{{ article.date.isoformat() }} - {{ article.title }}
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
{{ page.date.isoformat() }} - {{ page.title }}
</a>
</dt>
{% endfor %}