2024-09-13 02:47:49 +00:00
|
|
|
---
|
2024-12-28 21:32:16 +00:00
|
|
|
layout: home.njk
|
2024-09-13 02:47:49 +00:00
|
|
|
eleventyNavigation:
|
|
|
|
key: Archive
|
|
|
|
order: 2
|
2024-09-27 23:31:18 +00:00
|
|
|
title: blog
|
2024-09-13 02:47:49 +00:00
|
|
|
---
|
2024-09-27 23:31:18 +00:00
|
|
|
<h1>blog</h1>
|
|
|
|
|
|
|
|
<a href="feed.xml">feed.xml</a>
|
2024-09-13 02:47:49 +00:00
|
|
|
|
|
|
|
{% set postslist = collections.posts %}
|
|
|
|
{% include "postslist.njk" %}
|