cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
d994fe99c33201e4bae25a25dc94d2aab3e264e6
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-03-24T21:24:37Z
theme/templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -9,7 +9,7 @@ {% endif %} {% endblock %} {% block main %} <article role="article"> <section class="post-metadata"> - <h1 class="post__title">{{ post.title }}</h1> + <h1>{{ post.title }}</h1> {% if post.date is defined %} <time datetime='{{ post.date|strftime("%Y-%m-%d") }}' ><{{ post.date|strftime("%Y-%m-%d %a %H:%M:%S") }}></time