feat: update all post filenames
This commit is contained in:
parent
169858c05a
commit
48b8a5e10e
53 changed files with 22 additions and 96 deletions
|
@ -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"]) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue