1

Bloc "Pour aller plus loin"

This commit is contained in:
2026-04-05 00:14:23 +02:00
parent 7592c9cace
commit adcb370623
19 changed files with 204 additions and 168 deletions

View File

@@ -39,13 +39,10 @@
{{- end -}}
{{- end -}}
{{- if gt (len $items) 0 -}}
<section class="article-aside-block article-related">
<h2>Articles relatifs</h2>
{{- partial "articles-list.html" (dict
"Pages" $items
"ShowDossierBeforeTitle" true
) -}}
</section>
{{- end -}}
{{- partial "article-pages-block.html" (dict
"Title" "Articles relatifs"
"Class" "article-related"
"Pages" $items
"ShowDossierBeforeTitle" true
) -}}
{{- end -}}