Nouveau thème pour 2026
This commit is contained in:
13
themes/2026/layouts/section.html
Normal file
13
themes/2026/layouts/section.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "hero.html" . }}
|
||||
<main class="listing-page listing-mode-spotlight">
|
||||
{{- $pages := .RegularPagesRecursive.ByDate.Reverse -}}
|
||||
{{ with .Content }}
|
||||
<article>
|
||||
{{ . }}
|
||||
</article>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "list-layout.html" (dict "Pages" $pages "Context" . "Site" .Site "SpotlightTitle" .Title) }}
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user