Hide some menu links
This commit is contained in:
parent
91a05d212a
commit
a1bf0dcda5
|
@ -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',
|
||||||
|
|
Reference in a new issue