diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-09-25 20:34:15 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-09-25 20:34:15 -0500 |
commit | 3e53beb08251837deaea8a74d837e48bc03e7dc6 (patch) | |
tree | 6152541de3cfff4e315202a74547e0788cda742b /theme/templates/post.html | |
parent | 01dfe54e13b71b3f99e5d7e25335b7bda3190b6a (diff) | |
download | cleberg.net-3e53beb08251837deaea8a74d837e48bc03e7dc6.tar.gz cleberg.net-3e53beb08251837deaea8a74d837e48bc03e7dc6.tar.bz2 cleberg.net-3e53beb08251837deaea8a74d837e48bc03e7dc6.zip |
remove post tags from template
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r-- | theme/templates/post.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index 8387156..9300fb5 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -14,12 +14,6 @@ <time datetime='{{ post.date|strftime("%Y-%m-%d") }}' >{{ post.date|strftime("%A, %B %d, %Y %H:%M:%S") }}</time > - {% endif %} {% if post.filetags %} - <p class="post-tags"> - {% for tag in post.filetags %} - <span class="tag">{{ tag }}</span> - {% endfor %} - </p> {% endif %} </section> <section>{{ post.html | safe }}</section> |