/ ‘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> <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 %}