Cleaned up v2.0 status

This commit is contained in:
Zach Leatherman
2023-01-23 10:02:06 -06:00
parent 00f82812d0
commit 65feb1c686
30 changed files with 116 additions and 278 deletions

10
blog.njk Normal file
View File

@@ -0,0 +1,10 @@
---
layout: layouts/home.njk
eleventyNavigation:
key: Archive
order: 2
---
<h1>Archive</h1>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}