Changes to display of series

This commit is contained in:
cheddar 2025-04-18 12:16:26 -04:00
parent be1e928676
commit b583a8c5c9
No known key found for this signature in database
3 changed files with 14 additions and 8 deletions

View file

@ -1,6 +1,8 @@
<h2>{{ seriesName }}</h2>
<ol>
{%- for post in collections.posts | seriesPosts(seriesName) %}
{% include "post_link.njk" %}
{%- endfor %}
</ol>
<nav>
<h2>{{ seriesName }}</h2>
<ol>
{%- for post in collections.posts | seriesPosts(seriesName) %}
{% include "post_link.njk" %}
{%- endfor %}
</ol>
</nav>