Initial commit
This commit is contained in:
commit
f3955f6322
22 changed files with 2422 additions and 0 deletions
13
content/series.njk
Normal file
13
content/series.njk
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Series
|
||||
tags: site
|
||||
nav_order: 2
|
||||
---
|
||||
|
||||
<h1>Blog Series</h1>
|
||||
|
||||
<ol>
|
||||
{%- for seriesName in collections.series %}
|
||||
<li>{% include "series_list.njk" %}</li>
|
||||
{%- endfor %}
|
||||
</ol>
|
Loading…
Add table
Add a link
Reference in a new issue