Nouveau thème pour 2026
This commit is contained in:
14
themes/2026/layouts/_partials/hero-page.html
Normal file
14
themes/2026/layouts/_partials/hero-page.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user