12 lines
265 B
HTML
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" %}
|