feat: Ajouter un lien vers la brochure CHILL dans le pied de page et améliorer l'animation des logos clients

This commit is contained in:
Boris Waaub
2026-03-26 15:01:06 +01:00
parent 5d849024a5
commit ee4100fbc7
3 changed files with 24 additions and 17 deletions
@@ -15,15 +15,16 @@
<!-- Column 1 -->
<div class="flex-1 text-center">
{{ range .Site.Menus.footer_column_1 }}
<a href="{{ .URL }}" target="_blank" class="text-white hover:text-primary-600">{{ .Name }}</a>
{{ end }}
{{ with .Site.Params.pdfFolder }}
<a href="{{ .URL | relURL }}" class="text-white hover:text-primary-600" download="{{ .filename }}">{{ .Name }}</a>
{{ end }}
</div>
<!-- Column 2 -->
<div class="flex-1 text-center">
{{ range .Site.Menus.footer_column_2 }}
<a href="{{ .URL }}" target="_blank" class="text-white hover:text-primary-600">{{ .Name }}</a>
{{ range .Site.Menus.footer_column }}
<a href="{{ .URL | relURL }}" target="_blank" class="text-white hover:text-primary-600">{{ .Name }}</a>
{{ end }}
</div>