cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
3cef30f114c43a07bf09cb59f173501786cf9b22
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-09-26T01:34:15Z
theme/templates/post.html | 6 ------ 1 file changed, 6 deletions(-) @@ -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>