2023-02-07 09:29:01 +00:00
|
|
|
---
|
2024-04-12 09:15:25 +00:00
|
|
|
title: Blog posts
|
2023-02-07 09:29:01 +00:00
|
|
|
layout: base.njk
|
2023-02-13 13:35:44 +00:00
|
|
|
pagination:
|
2023-12-26 14:35:09 +00:00
|
|
|
data: collections.posts
|
2023-02-14 17:00:01 +00:00
|
|
|
size: 5
|
2023-12-26 14:35:09 +00:00
|
|
|
reverse: true
|
2024-04-12 09:15:25 +00:00
|
|
|
alias: posts
|
2024-04-11 06:03:25 +00:00
|
|
|
eleventyImport:
|
|
|
|
collections: ["posts"]
|
2024-04-12 09:15:25 +00:00
|
|
|
feeds:
|
|
|
|
rss: "/rss.xml"
|
|
|
|
atom: "/atom.xml"
|
|
|
|
json: "/feed.json"
|
2023-02-13 13:35:44 +00:00
|
|
|
---
|
2024-04-12 09:15:25 +00:00
|
|
|
{% extends "components/blog.njk" %}
|
2023-02-13 13:35:44 +00:00
|
|
|
|
2024-04-12 09:15:25 +00:00
|
|
|
{{ content | safe }}
|