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

15 lines
403 B
HTML

<header>
{{ partialCached "header-brand.html" .Site .Site.Title (.Site.Params.logo | default "logo-large.png") }}
{{ partial "breadcrumbs.html" . }}
{{ partial "page-meta.html" . }}
<h1>{{ .Title }}</h1>
{{ with .Description }}
<p>{{ . }}</p>
{{ else }}
{{ with .Summary }}
<p>{{ . | plainify | truncate 220 }}</p>
{{ end }}
{{ end }}
{{ partial "page-links.html" . }}
</header>