/ ‘content/pages.html’
This commit is contained in:
parent
0d58cf6a0c
commit
84b6e5f314
1 changed files with 4 additions and 4 deletions
|
|
@ -7,13 +7,13 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<ul style="list-style-type: circle;">
|
||||
<dl style="list-style-type: circle;">
|
||||
{% for page in pages %}
|
||||
<li>
|
||||
<dt>
|
||||
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
|
||||
{{ page.title }}<span class="o-50"> - {{ page.date.isoformat() }}</span>
|
||||
</a>
|
||||
</li>
|
||||
</dt>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</dl>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue