aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-01-18 17:06:40 -0600
committerChristian Cleberg <[email protected]>2026-01-18 17:06:40 -0600
commit927757547a1b7dbd6fe422d70f9ca422801571cc (patch)
tree8f4bf00c24bdcedea423252da441cdf7c7675ab5 /theme/templates/post.html
parent6a2d437c056d7e5e5b0fb8cd73fc10bf7b37b73c (diff)
downloadcleberg.net-927757547a1b7dbd6fe422d70f9ca422801571cc.tar.gz
cleberg.net-927757547a1b7dbd6fe422d70f9ca422801571cc.tar.bz2
cleberg.net-927757547a1b7dbd6fe422d70f9ca422801571cc.zip
publish new terminal theme
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r--theme/templates/post.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html
index 66c335c..18b9abc 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -9,10 +9,11 @@
{% endif %} {% endblock %} {% block main %}
<article>
<section>
- <b>Title</b>: {{ post.title }}
- <br><b>Date</b>: <time datetime='{{ post.date|strftime("%Y-%m-%d") }}'>{{ post.date|strftime("%Y-%m-%d %H:%M:%S") }}</time>
- <br><b>Description</b>: {{ post.description }}
- </section>
+ <section class="sys-readout">
+ <b>Object</b> <span>{{ post.title }}</span>
+ <b>Timestamp</b> <span><time datetime='{{ post.date|strftime("%Y-%m-%d") }}'>{{ post.date|strftime("%Y-%m-%d %H:%M:%S") }}</time></span>
+ <b>Summary</b> <span>{{ post.description }}</span>
+ </section>
<section>{{ post.html | safe }}</section>
<div class="reply-link"><a href="mailto:[email protected]">Reply via email &rarr;</a></div>
</article>