Changes to display of series
This commit is contained in:
parent
be1e928676
commit
b583a8c5c9
3 changed files with 14 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue