Beginning of fighting the tagging and paging system.

This commit is contained in:
Bun 2025-07-01 19:14:18 -04:00
parent 7fafd5b927
commit 2bea4c6dfd
11 changed files with 81 additions and 38 deletions

View file

@ -8,7 +8,12 @@
<!-- 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> {{ page.date }}</li>
<li>
<a href="{{ page.permalink | safe }}">{{ page.title }}</a> - by {{ page.authors }},
{{ page.date }}
<br>
{{ page.description }}
</li>
{% endfor %}
</ul>
{% endblock content %}