diff options
| author | Christian Cleberg <[email protected]> | 2026-01-18 17:06:40 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-18 17:06:40 -0600 |
| commit | 927757547a1b7dbd6fe422d70f9ca422801571cc (patch) | |
| tree | 8f4bf00c24bdcedea423252da441cdf7c7675ab5 /theme/templates/post.html | |
| parent | 6a2d437c056d7e5e5b0fb8cd73fc10bf7b37b73c (diff) | |
| download | cleberg.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.html | 9 |
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 →</a></div> </article> |
