seo improvement with titles h1/h4

This commit is contained in:
kbe
2025-08-19 17:17:09 +02:00
parent 851547b87d
commit ef6876a0d3
9 changed files with 88 additions and 103 deletions

View File

@@ -5,7 +5,7 @@
<div class="section-sm bg-gray-lighter">
<div class="container text-center">
<h3 class="font-family-playfair">{{ .Title }}</h3>
<h1 class="font-family-playfair">{{ .Title }}</h1>
<p class="mt-2">Retrouvez toutes les pages utiles du site ici.</p>
</div><!-- end container -->
</div>
@@ -24,7 +24,7 @@
<!-- Blog Post box -->
<div class="mb-5">
<div class="mt-4">
<h4><a class="text-link-1" href="{{ .RelPermalink }}">{{ .Title }}</a></h4>
<h2><a class="text-link-1" href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
{{ if .Params.excerpt }}
<p>{{ .Params.excerpt }}</p>
{{ else if .Summary }}