nycki.net/content/blog.njk
Nicholas Lamicela 29f9af39b5
All checks were successful
/ build (push) Successful in 29s
css tweaks and blog about it
2024-12-28 13:32:16 -08:00

13 lines
201 B
Text

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