/ ‘content/pages.html’
This commit is contained in:
parent
eac6a66c7f
commit
4e5f76f675
1 changed files with 4 additions and 4 deletions
|
|
@ -7,13 +7,13 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<dl>
|
<ul>
|
||||||
{% for page in pages %}
|
{% for page in pages %}
|
||||||
<dt>
|
<li>
|
||||||
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
|
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
|
||||||
{{ page.title }}
|
{{ page.title }}
|
||||||
</a>
|
</a>
|
||||||
</dt>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</dl>
|
</ul>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue