/ ‘content/pages.html’

This commit is contained in:
Dooho Yi 2020-05-06 01:24:09 +09:00
parent eac6a66c7f
commit 4e5f76f675

View file

@ -7,13 +7,13 @@
{% endblock %}
{% block content %}
<dl>
<ul>
{% for page in pages %}
<dt>
<li>
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
{{ page.title }}
</a>
</dt>
</li>
{% endfor %}
</dl>
</ul>
{% endblock %}