feat: small content update

This commit is contained in:
Devin Haska 2024-02-20 13:07:42 -08:00
parent a5d301f095
commit 92ea3dfb7b
3 changed files with 5 additions and 1 deletions

View file

@ -6,7 +6,7 @@ title: Posts
<h1>All posts</h1>
<p>
View all <a href="/tags">tags</a>
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" %}