From bc5e26d73dc0da6cfba8046f302e540c1d0f4497 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 28 Jul 2024 21:53:25 -0500 Subject: add support for filetags --- theme/templates/post.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'theme/templates/post.html') diff --git a/theme/templates/post.html b/theme/templates/post.html index 58bdb72..c8c1eb9 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -14,6 +14,12 @@ + {% endif %} {% if post.filetags %} +

+ {% for tag in post.filetags %} + {{ tag }} + {% endfor %} +

{% endif %}
{{ post.html | safe }}
-- cgit v1.2.3-70-g09d2