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 @@