diff --git a/source/_includes/nav.html.twig b/source/_includes/nav.html.twig index 9096544..644d1fe 100644 --- a/source/_includes/nav.html.twig +++ b/source/_includes/nav.html.twig @@ -11,6 +11,12 @@ active: false, enabled: site['cfp']['open'], }, + { + title: 'Speakers', + href: '/#speakers', + active: page.layout in ['session', 'speaker'], + enabled: true, + }, { title: 'Schedule', href: '/schedule',