diff --git a/source/_includes/navbar.html.twig b/source/_includes/navbar.html.twig new file mode 100644 index 0000000..414a1cb --- /dev/null +++ b/source/_includes/navbar.html.twig @@ -0,0 +1,7 @@ + diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 350c386..8733deb 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -1,11 +1,9 @@ {% extends 'app' %} {% block body %} - + {% include 'navbar' with { + links: site.main_menu, + } only %}