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

@ -5,7 +5,7 @@ nav_order: 2
<h1>Blog Series</h1>
<ol>
<ol class="simple-list">
{%- for seriesName in collections.series %}
<li>{% include "series_list.njk" %}</li>
{%- endfor %}