From a1bf0dcda58715340deddcbe25c13c041056cd7c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 5 Jun 2018 07:23:42 +0100 Subject: [PATCH] Hide some menu links --- source/_partials/navbar.html.twig | 12 ------------ 1 file changed, 12 deletions(-) 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',