Corrige les partiels du thème 42
This commit is contained in:
10
layouts/partials/header-brand.html
Normal file
10
layouts/partials/header-brand.html
Normal 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>
|
||||
Reference in New Issue
Block a user