Public Access
1
0
This commit is contained in:
2025-08-06 14:07:07 -04:00
parent c1fa3e8863
commit 3f6a319565
8 changed files with 212 additions and 17 deletions

View File

@@ -4,6 +4,6 @@ layout: "layout.njk"
<article class="prose prose-invert lg:prose-xl max-w-none">
<h1>{{ title }}</h1>
<p class="text-gray-400">Published on: {{ date | readableDate }}</p>
<br/>
{{ content | safe }}
</article>