lewisdale.dev/src/blog/index.html

18 lines
302 B
HTML
Raw Normal View History

---
title: Blog posts
layout: base.njk
2023-02-13 13:35:44 +00:00
pagination:
data: collections.posts
2023-02-14 17:00:01 +00:00
size: 5
reverse: true
alias: posts
eleventyImport:
collections: ["posts"]
feeds:
rss: "/rss.xml"
atom: "/atom.xml"
json: "/feed.json"
2023-02-13 13:35:44 +00:00
---
{% extends "components/blog.njk" %}
2023-02-13 13:35:44 +00:00
{{ content | safe }}