/ ‘content/pages.html’
This commit is contained in:
parent
86d6101f9b
commit
f719d6e854
1 changed files with 1 additions and 13 deletions
|
|
@ -11,21 +11,9 @@
|
|||
{% for page in pages %}
|
||||
<dt>
|
||||
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
|
||||
{{ page.date.isoformat() }} - {{ page.title }}
|
||||
{{ page.title }}
|
||||
</a>
|
||||
</dt>
|
||||
{% endfor %}
|
||||
</dl>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block pagelisting %}
|
||||
<dl>
|
||||
<dt>
|
||||
<a class="fl o-10" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue