Hide some menu links

This commit is contained in:
Oliver Davies 2018-06-05 07:23:42 +01:00
parent 91a05d212a
commit a1bf0dcda5

View file

@ -22,24 +22,12 @@
pattern: '^/.$', pattern: '^/.$',
} %} } %}
{% include 'nav-item.html.twig' with {
title: 'Experience',
href: '/experience',
pattern: '^/experience/?$',
} %}
{% include 'nav-item.html.twig' with { {% include 'nav-item.html.twig' with {
title: 'Talks', title: 'Talks',
href: '/talks', href: '/talks',
pattern: '^/talks/?', pattern: '^/talks/?',
} %} } %}
{% include 'nav-item.html.twig' with {
title: 'Open Source',
href: '/opensource',
pattern: '^/opensource/?$',
} %}
{% include 'nav-item.html.twig' with { {% include 'nav-item.html.twig' with {
title: 'Blog', title: 'Blog',
href: '/blog', href: '/blog',