Styling updates and add social links

This commit is contained in:
cheddar 2025-04-18 11:28:28 -04:00
parent eafe6648cc
commit a2cb0960ab
No known key found for this signature in database
15 changed files with 135 additions and 23 deletions

View file

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