wonderfulfrog.com/src/content/pages/posts.md
2024-02-01 21:27:55 -08:00

10 lines
146 B
Markdown

---
permalink: /posts/index.html
layout: "base"
---
{% for post in collections.posts %}
{{ post.fileSlug }}
{% endfor %}
Here are all my posts!