6 lines
146 B
Text
6 lines
146 B
Text
<h2>{{ seriesName }}</h2>
|
|
<ol>
|
|
{%- for post in collections.posts | seriesPosts(seriesName) %}
|
|
{% include "post_link.njk" %}
|
|
{%- endfor %}
|
|
</ol>
|