Bloc "Pour aller plus loin"
This commit is contained in:
10
themes/2026/layouts/_partials/article-further-reading.html
Normal file
10
themes/2026/layouts/_partials/article-further-reading.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- $items := partial "resolve-pages-from-urls.html" (dict
|
||||
"URLs" .Params.further_reading
|
||||
"CurrentPage" .
|
||||
) -}}
|
||||
{{- partial "article-pages-block.html" (dict
|
||||
"Title" "Pour aller plus loin"
|
||||
"Class" "article-further-reading"
|
||||
"Pages" $items
|
||||
"ShowDossierBeforeTitle" true
|
||||
) -}}
|
||||
Reference in New Issue
Block a user