Nouveau thème pour 2026
This commit is contained in:
10
themes/2026/layouts/_partials/asides/oeuvres.html
Normal file
10
themes/2026/layouts/_partials/asides/oeuvres.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- $page := . -}}
|
||||
{{- with $page.Params.oeuvres -}}
|
||||
{{- range . -}}
|
||||
{{- if eq . "L'Anankéisme" -}}
|
||||
{{- partial "oeuvres/l-anankeisme.html" $page -}}
|
||||
{{- else if eq . "L'Humain, cette espèce primitive" -}}
|
||||
{{- partial "oeuvres/l-humain-cette-espece-primitive.html" $page -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user