This commit is contained in:
mtgmonkey
2025-08-02 00:34:50 -04:00
parent 0a1b59e281
commit 552efc6942
2 changed files with 23 additions and 1 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><a href="{{ page.permalink | safe }}">{{ page.date}}: {{ page.title }}</a></li>
{% endfor %}
</ul>
{% endblock content %}