about summary refs log tree commit diff
path: root/templates/post.html
diff options
context:
space:
mode:
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