Use h1 element for project title instead of div

Improves semantic HTML and SEO by using a proper heading element.
This commit is contained in:
Sylvestre Ledru
2026-04-01 08:45:58 +02:00
parent 7b6b870b52
commit 5659292a49
+1 -1
View File
@@ -5,7 +5,7 @@
{%- endblock title -%}
{%- block main -%}
<div class="title">{{ page.title }}</div>
<h1 class="title">{{ page.title }}</h1>
<div class="links">
<a href="https://github.com/uutils/{{page.title}}">Repository</a>