eleventy-riksolo-com/content/pages/blog.njk

9 lines
175 B
Plaintext

---
title: 'Blog'
permalink: "/blog/"
---
<h1>Blog</h1>
{% for post in collections.blogpost %}
<a href="{{ post.data.permalink | safe }}">{{post.data.title}}</a>
{% endfor %}