wonderfulfrog.com/src/content/pages/posts.html
2024-02-19 14:12:17 -08:00

12 lines
213 B
HTML

---
permalink: /posts/index.html
layout: base
title: Posts
---
<h1>All posts</h1>
<p>
View all <a href="/tags">tags</a>
</p>
{% set items = collections.post | reverse %}
{% include "partials/archive.html" %}