diff --git a/source/_partials/navbar.html.twig b/source/_partials/navbar.html.twig
index 32889476..00420436 100644
--- a/source/_partials/navbar.html.twig
+++ b/source/_partials/navbar.html.twig
@@ -22,24 +22,12 @@
pattern: '^/.$',
} %}
- {% include 'nav-item.html.twig' with {
- title: 'Experience',
- href: '/experience',
- pattern: '^/experience/?$',
- } %}
-
{% include 'nav-item.html.twig' with {
title: 'Talks',
href: '/talks',
pattern: '^/talks/?',
} %}
- {% include 'nav-item.html.twig' with {
- title: 'Open Source',
- href: '/opensource',
- pattern: '^/opensource/?$',
- } %}
-
{% include 'nav-item.html.twig' with {
title: 'Blog',
href: '/blog',