Première intégration de mes livres aux articles
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user