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