d209f82688
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m7s
18 lines
302 B
HTML
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 }} |