/ ‘content/pages.html’

This commit is contained in:
Dooho Yi 2020-05-08 04:18:04 +09:00
parent 38f2ccdf82
commit 1c4ab841fb

View file

@ -9,7 +9,7 @@
{% block content %} {% block content %}
<dl> <dl>
{% for page in pages |sort(attribute="date",reverse=True) %} {% for page in pages |sort(attribute="date",reverse=True) %}
<dt> <dt class="pb3">
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'> <a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
[{{ page.title }}] [{{ page.title }}]
</a> </a>