diff --git a/layouts/partials/footer/legals.html b/layouts/partials/footer/legals.html
index 2338c9d862d5a2a9cf8400cddf86436a0dee9bb0..67a7cb1d5ca158bee1617224a791675abc458315 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 a591f5e5cee997ea3fe7e5518ca32222e0f2631c..32d29ec65fcd87c97292fc447e514e361ecc1ccb 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"
       )}}