diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 7c063a45..d1b0447a 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -22,3 +22,23 @@ bio: > apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ] favicon_sizes: [ 160, 96, 32, 16 ] + +main_menu: + - title: About + href: / + class: nav__about + - title: Work + href: /work/ + class: nav__work + - title: Services + href: /services/ + class: nav__services + - title: Talks + href: /talks/ + class: nav__talks + - title: Blog + href: /blog/ + class: nav__blog + - title: Contact + href: /contact/ + class: nav__contact diff --git a/source/_partials/navbar.html.twig b/source/_partials/navbar.html.twig index 5db2b81c..bf357b1d 100644 --- a/source/_partials/navbar.html.twig +++ b/source/_partials/navbar.html.twig @@ -12,12 +12,9 @@
{# .nav-collapse #}