Nouveau thème pour 2026
This commit is contained in:
23
themes/2026/layouts/contact/single.html
Normal file
23
themes/2026/layouts/contact/single.html
Normal file
@@ -0,0 +1,23 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "article-header.html" . }}
|
||||
<main>
|
||||
<article>
|
||||
{{ .Content }}
|
||||
|
||||
{{- with .Params.oeuvres -}}
|
||||
<section class="article-books">
|
||||
<header>
|
||||
<h2>Mes livres</h2>
|
||||
<p>Si vous aimez ce blog, vous apprécierez mes livres. En les achetant, vous m'aidez à continuer de le faire vivre.</p>
|
||||
</header>
|
||||
<div>
|
||||
{{ partial "asides/oeuvres.html" $ }}
|
||||
</div>
|
||||
</section>
|
||||
{{- end -}}
|
||||
|
||||
{{ partial "article-footer.html" . }}
|
||||
</article>
|
||||
{{ partial "asides/toc.html" . }}
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user