diff options
| author | Christian Cleberg <[email protected]> | 2026-01-20 22:43:55 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-20 22:43:55 -0600 |
| commit | 49f15c51872d2fb7a5503c7029de81a1f989d10f (patch) | |
| tree | dd50b148d5c575c31aafbae581880ff8d7fc3d14 /theme/templates/post.html | |
| parent | 5920370e9157b68492fe53893075f3469371ae7d (diff) | |
| download | cleberg.net-49f15c51872d2fb7a5503c7029de81a1f989d10f.tar.gz cleberg.net-49f15c51872d2fb7a5503c7029de81a1f989d10f.tar.bz2 cleberg.net-49f15c51872d2fb7a5503c7029de81a1f989d10f.zip | |
update theme again to be more legible
Diffstat (limited to 'theme/templates/post.html')
| -rw-r--r-- | theme/templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index 18b9abc..bc8afc2 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -9,7 +9,7 @@ {% endif %} {% endblock %} {% block main %} <article> <section> - <section class="sys-readout"> + <section> <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> |
