begin actual theming

This commit is contained in:
lynxize 2024-11-12 22:09:20 -07:00
parent 51c0a6b30e
commit d995b97ad8
5 changed files with 26 additions and 10 deletions

View file

@ -6,7 +6,7 @@
</h1>
<ul>
{% for page in section.pages %}
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
<li>{{ page.date }} <a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
{% endblock content %}