From b5b9146775f6f52e3b553c8d4453a27c194ce76a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 11 Sep 2017 18:15:26 +0100 Subject: [PATCH] Fix active nav bug --- source/_includes/nav.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_includes/nav.html.twig b/source/_includes/nav.html.twig index f7ab0203..80f9fe9c 100644 --- a/source/_includes/nav.html.twig +++ b/source/_includes/nav.html.twig @@ -7,7 +7,7 @@ {% set links = [ - { title: 'About', href: '/' }, + { title: 'About', href: '/', pattern: '/\\.' }, { title: 'Experience', href: '/experience' }, { title: 'Testimonials', href: '/testimonials' }, { title: 'Talks', href: '/talks' }, @@ -17,7 +17,7 @@