/ ‘content/pages.html’

This commit is contained in:
Dooho Yi 2020-05-05 22:23:58 +09:00
parent 86d6101f9b
commit f719d6e854

View file

@ -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 %}