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

remove unnecessary class
 theme/templates/post.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/templates/post.html b/theme/templates/post.html
index a3c15a5..5ad5d04 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -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") }}'
 			>&lt;{{ post.date|strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</time