/ ‘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 %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<ul style="list-style-type: circle;">
|
<dl style="list-style-type: circle;">
|
||||||
{% for page in pages %}
|
{% for page in pages %}
|
||||||
<li>
|
<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"> - {{ page.date.isoformat() }}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</dt>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</dl>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue