/ ‘content/pages.html’

This commit is contained in:
Dooho Yi 2020-05-06 01:32:19 +09:00
parent 263f8e83fe
commit 0d58cf6a0c

View file

@ -11,7 +11,7 @@
{% for page in pages %}
<li>
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
{{ page.title }}
{{ page.title }}<span class="o-50"> - {{ page.date.isoformat() }}</span>
</a>
</li>
{% endfor %}