1

Améliore la présentation des pages de taxonomie

This commit is contained in:
2026-04-02 23:18:21 +02:00
parent 3ccbf689fc
commit ba651ee4cd
3 changed files with 45 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
<header>
<header class="article-header">
{{ partialCached "header-brand.html" .Site .Site.Title (.Site.Params.logo | default "logo-large.png") }}
{{ partial "breadcrumbs.html" . }}
<h1>{{ .Title }}</h1>

View File

@@ -1,6 +1,6 @@
{{ define "main" }}
{{ partial "hero-section.html" . }}
<main>
<main class="taxonomy-page">
{{ with .Content }}
<article>
{{ . }}