lewisdale.dev/src/blog/index.html
Lewis Dale d209f82688
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m7s
Use the same template for taglists and the blog index. Move the tagposts into a collection to make life easier
2024-04-12 10:15:25 +01:00

18 lines
302 B
HTML

---
title: Blog posts
layout: base.njk
pagination:
data: collections.posts
size: 5
reverse: true
alias: posts
eleventyImport:
collections: ["posts"]
feeds:
rss: "/rss.xml"
atom: "/atom.xml"
json: "/feed.json"
---
{% extends "components/blog.njk" %}
{{ content | safe }}