1

Première intégration de mes livres aux articles

This commit is contained in:
2025-12-09 11:43:25 +01:00
parent fcb55eaff3
commit 4c8b68aea0
4 changed files with 58 additions and 6 deletions

View File

@@ -15,12 +15,12 @@
{{ with .TableOfContents }}
{{ if gt (len (plainify .)) 0 }}
<div class="stat">
<strong>
Sommaire
</strong>
<div class="stat">
<strong>
Sommaire
</strong>
{{ . | safeHTML }}
</div>
</div>
{{ end }}
{{ end }}
@@ -36,6 +36,8 @@
{{- partial "asides/keywords.html" . }}
{{ partial "oeuvres.html" . }}
{{ if .Params.weather }}
<aside>
{{- partial "render/weather.html" . -}}
@@ -43,4 +45,4 @@
{{ end }}
</article>
</main>
{{ end }}
{{ end }}