/ ‘content/pages.html’

This commit is contained in:
Dooho Yi 2020-05-06 01:35:20 +09:00
parent b7c00f8dff
commit 46b78e1018

View file

@ -11,7 +11,7 @@
{% for page in pages %} {% for page in pages %}
<dt> <dt>
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'> <a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
[{{ page.title }}]<span class="o-50"> | {{ page.date.isoformat() }}</span> [{{ page.title }}]<span class="o-50" style="font-size:0.7em"> | {{ page.date.isoformat() }}</span>
</a> </a>
</dt> </dt>
{% endfor %} {% endfor %}