/ ‘content/pages.html’
This commit is contained in:
parent
46b78e1018
commit
280ac37dce
1 changed files with 2 additions and 1 deletions
|
|
@ -11,8 +11,9 @@
|
||||||
{% for page in pages %}
|
{% for page in pages %}
|
||||||
<dt>
|
<dt>
|
||||||
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
|
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>
|
||||||
[{{ page.title }}]<span class="o-50" style="font-size:0.7em"> | {{ page.date.isoformat() }}</span>
|
[{{ page.title }}]
|
||||||
</a>
|
</a>
|
||||||
|
<span class="o-50" style="font-size:0.7em"> | {{ page.date.isoformat() }}</span>
|
||||||
</dt>
|
</dt>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue