/ ‘content/pages.html’

This commit is contained in:
Dooho Yi 2020-05-07 02:34:10 +09:00
parent 7a3cd4bc8c
commit fe6cef51be

View file

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