diff options
| author | Christian Cleberg <[email protected]> | 2026-02-07 18:42:10 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-07 18:42:10 -0600 |
| commit | e5758a78f995e5b9ade3400cb713536b6b7c5abe (patch) | |
| tree | 980e23d05c0b10acc60cfb39df6f94119535ec79 /theme/templates | |
| parent | 330861ec09a920bbcaff4674c33107545ceb13e9 (diff) | |
| download | cleberg.net-e5758a78f995e5b9ade3400cb713536b6b7c5abe.tar.gz cleberg.net-e5758a78f995e5b9ade3400cb713536b6b7c5abe.tar.bz2 cleberg.net-e5758a78f995e5b9ade3400cb713536b6b7c5abe.zip | |
fix section metadata styling
Diffstat (limited to 'theme/templates')
| -rw-r--r-- | theme/templates/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index bc8afc2..0dc35e7 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -8,8 +8,7 @@ <meta property="og:description" content="{{ project_description }}" /> {% endif %} {% endblock %} {% block main %} <article> - <section> - <section> + <section class="post-metadata"> <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> |
