1

Corrige les partiels du thème 42

This commit is contained in:
2026-03-28 17:55:11 +01:00
parent c00de163a1
commit bc6ded573d
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{{- $site := . -}}
{{- if not $site.Title -}}
{{- $site = .Site -}}
{{- end -}}
<section>
{{- partialCached "site-title.html" (dict
"Params" $site.Params
"Site" $site
) $site.Title ($site.Params.logo | default "logo-large.png") -}}
</section>