aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-09-25 20:34:15 -0500
committerChristian Cleberg <hello@cleberg.net>2025-09-25 20:34:15 -0500
commit3e53beb08251837deaea8a74d837e48bc03e7dc6 (patch)
tree6152541de3cfff4e315202a74547e0788cda742b
parent01dfe54e13b71b3f99e5d7e25335b7bda3190b6a (diff)
downloadcleberg.net-3e53beb08251837deaea8a74d837e48bc03e7dc6.tar.gz
cleberg.net-3e53beb08251837deaea8a74d837e48bc03e7dc6.tar.bz2
cleberg.net-3e53beb08251837deaea8a74d837e48bc03e7dc6.zip
remove post tags from template
-rw-r--r--theme/templates/post.html6
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>