Skip to content
Snippets Groups Projects
Unverified Commit 436e85e2 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix menu

parent 0ac21539
No related branches found
No related tags found
No related merge requests found
<div class="footer-legal">
{{ if site.Data.menus.legal }}
{{ $menu := partial "GetMenu" "legal" }}
{{ if $menu }}
{{ partial "commons/menu.html"
(dict
"kind" "legal"
......
<div class="footer-social">
{{ if site.Data.menus.social }}
{{ $menu := partial "GetMenu" "social" }}
{{ if $menu }}
{{ partial "commons/menu.html"
(dict
"kind" "social"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment