From 0ac21539174b55d2f021a05c49e995a61cc21d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Thu, 9 Feb 2023 20:14:42 +0100 Subject: [PATCH] menu by kind --- layouts/partials/footer/legals.html | 2 +- layouts/partials/footer/social.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer/legals.html b/layouts/partials/footer/legals.html index 2338c9d8..67a7cb1d 100644 --- a/layouts/partials/footer/legals.html +++ b/layouts/partials/footer/legals.html @@ -2,7 +2,7 @@ {{ if site.Data.menus.legal }} {{ partial "commons/menu.html" (dict - "items" site.Data.menus.legal + "kind" "legal" "level" 1 "class" "nav-legal" )}} diff --git a/layouts/partials/footer/social.html b/layouts/partials/footer/social.html index a591f5e5..32d29ec6 100644 --- a/layouts/partials/footer/social.html +++ b/layouts/partials/footer/social.html @@ -2,7 +2,7 @@ {{ if site.Data.menus.social }} {{ partial "commons/menu.html" (dict - "items" site.Data.menus.social + "kind" "social" "level" 1 "class" "nav-social" )}} -- GitLab