diff --git a/source/_includes/nav.html.twig b/source/_includes/nav.html.twig index 045d2607..f7ab0203 100644 --- a/source/_includes/nav.html.twig +++ b/source/_includes/nav.html.twig @@ -1,35 +1,27 @@
+ {% set links = [ + { title: 'About', href: '/' }, + { title: 'Experience', href: '/experience' }, + { title: 'Testimonials', href: '/testimonials' }, + { title: 'Talks', href: '/talks' }, + { title: 'Blog', href: '/blog' }, + { title: 'Contact', href: '/contact' } + ] %} +