about summary refs log tree commit diff
path: root/templates/post.html
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-12-18 00:28:23 -0600
committergennyble <gen@nyble.dev>2024-12-18 00:28:23 -0600
commitfe31f2e8b67bda0b7a3e456285047d67ceed27d9 (patch)
treeb1e1dda1128420178ad2257917ed33fe15f9566e /templates/post.html
parent63b30baca240df31e2282c2e8225dc057f67fca3 (diff)
download∞-fe31f2e8b67bda0b7a3e456285047d67ceed27d9.tar.gz
∞-fe31f2e8b67bda0b7a3e456285047d67ceed27d9.zip
Stack overflow? Cat, help
Diffstat (limited to 'templates/post.html')
-rwxr-xr-xtemplates/post.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html
index 850013f..0e72a1d 100755
--- a/templates/post.html
+++ b/templates/post.html
@@ -5,7 +5,10 @@
 	{%end}
 </nav>
 <main id="main-content" class="writing sized">
-	<h1>{title}</h1>
+	<h1 id="post-title">{title}</h1>
+	{%pattern published}
+	<section id="published">published: <time datetime="{published_machine}">{published_human}</time></section>
+	{%end}
 	{main}
 </main>
 {%end}
\ No newline at end of file