nycki.net/content/blog.njk
nycki 4713366dac
All checks were successful
/ build (push) Successful in 31s
blog blog removal
2025-03-21 18:55:18 -07:00

12 lines
204 B
Text

---
layout: home.njk
eleventyNavigation:
key: Archive
order: 2
title: blog
permalink: /blog/
---
<a href="feed.xml">feed.xml</a>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}