diff --git a/templates/partials/nav.html b/templates/partials/nav.html new file mode 100644 index 0000000..1a3448c --- /dev/null +++ b/templates/partials/nav.html @@ -0,0 +1,21 @@ + + + {{ config.title }} + + + {% for social in config.extra.socials %} + + + + {% endfor %} + + + + + /home + {% for menu in config.extra.menu %} + {{ menu.name }} + {% endfor %} + + +