wonderfulfrog.com/src/posts.html
2024-02-23 10:21:14 -08:00

12 lines
265 B
HTML

---
layout: "layouts/base"
permalink: /posts/index.html
title: Posts
---
<h1>All posts</h1>
<p>
Browse all of my posts, or narrow things down <a href="/tags">via tags</a>.
</p>
{% set items = collections.post | reverse %}
{% include "partials/archive.html" %}