cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
f547599ece6d8bfd772f9c6e8262c72280466978
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2025-11-15T01:33:10Z
theme/templates/page.html | 2 +- theme/templates/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) @@ -4,7 +4,7 @@ {{ post.title }} | {% endblock %} {% block main %} -<article role="article"> +<article> <h1>{{ post.title }}</h1> <section>{{ post.html | safe }}</section> </article> @@ -7,7 +7,7 @@ {% elif project_description is defined %} <meta property="og:description" content="{{ project_description }}" /> {% endif %} {% endblock %} {% block main %} -<article role="article"> +<article> <section class="post-metadata"> <h1>{{ post.title }}</h1> {% if post.date is defined %}