Public Access
1
0

populate data using json, formatting

This commit is contained in:
2025-08-06 22:47:13 -04:00
parent f02ff70ff3
commit 8d9245af94
8 changed files with 285 additions and 227 deletions

View File

@@ -2,8 +2,8 @@
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 }}
<h1>{{ title }}</h1>
<p class="text-gray-400">Published on: {{ date | readableDate }}</p>
<br/>
{{ content | safe }}
</article>