feat: update all post filenames

This commit is contained in:
Devin Haska 2024-02-26 16:28:23 -08:00
parent 169858c05a
commit 48b8a5e10e
53 changed files with 22 additions and 96 deletions

View file

@ -5,7 +5,7 @@ layout: "layouts/base"
<article class="[ flow ]">
<header class="[ flow ]" style="--flow-space: 1rem">
{% from "macros/date.njk" import format %}
{{ format(date) }}
{{ format(page.date) }}
<h1>{{ title }}</h1>
<ul class="[ categories ] [ cluster list-none p-0 ]">
{% for tag in tags | filter(["post"]) %}