formatting

This commit is contained in:
mtgmonkey
2025-08-04 07:26:12 -04:00
parent c6714dfec6
commit d6cc60dda8
3 changed files with 1 additions and 4 deletions

View File

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