1
Files
2025/themes/2026/layouts/_partials/hero-section.html
2026-02-21 01:50:39 +01:00

6 lines
187 B
HTML

<header>
{{ partialCached "header-brand.html" .Site .Site.Title (.Site.Params.logo | default "logo-large.png") }}
{{ partial "breadcrumbs.html" . }}
<h1>{{ .Title }}</h1>
</header>