aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-06-03 16:21:27 -0500
committerChristian Cleberg <hello@cleberg.net>2025-06-03 16:21:27 -0500
commit1180b9f0c3224534732c29b3023d0b5f0c34a2f0 (patch)
tree68714c1778ad89137187f98f3f9ebaf49496cb56 /theme/templates/post.html
parent6ea755771f373fbe80e91c4460a523118e8e737a (diff)
downloadcleberg.net-1180b9f0c3224534732c29b3023d0b5f0c34a2f0.tar.gz
cleberg.net-1180b9f0c3224534732c29b3023d0b5f0c34a2f0.tar.bz2
cleberg.net-1180b9f0c3224534732c29b3023d0b5f0c34a2f0.zip
feat(blog): show filetags on blog roll
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r--theme/templates/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html
index fe38bc1..b7f059d 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -15,7 +15,7 @@
>&lt;{{ post.date|strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</time
>
{% endif %} {% if post.filetags %}
- <p class="tags">
+ <p class="post-tags">
{% for tag in post.filetags %}
<span class="tag">{{ tag }}</span>
{% endfor %}