nycki.net/content/blog.njk
nycki 2d9ac8041a
All checks were successful
/ build (push) Successful in 43s
subtitle and description added to base template
2025-03-21 13:54:14 -07:00

14 lines
219 B
Text

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