Changes or whatever

This commit is contained in:
Bun 2025-07-01 17:16:48 -04:00
parent aaf2c39d16
commit 7fafd5b927
9 changed files with 42 additions and 19 deletions

View file

@ -8,7 +8,7 @@
<!-- If you are using pagination, section.pages will be empty.
You need to use the paginator object -->
{% for page in section.pages %}
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a> {{ page.date }}</li>
{% endfor %}
</ul>
{% endblock content %}