Update and enable Schedule menu item

This commit is contained in:
Oliver Davies 2019-05-21 17:14:40 +01:00
parent 1e3ec45cae
commit ae9406d0cd
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{% set links = [
<<<<<<< HEAD
{
title: 'Tickets',
href: site['tickets']['url'],
@ -19,9 +20,9 @@
},
{
title: 'Schedule',
href: '/schedule',
href: '/#schedule',
active: page.url == '/schedule' or page.layout in ['session', 'speaker'],
enabled: false,
enabled: true,
},
{
title: 'Sponsor us',

View file

@ -1,4 +1,4 @@
<section class="tw-bg-purple-800 tw-text-white tw-py-16">
<section id="schedule" class="tw-bg-purple-800 tw-text-white tw-py-16">
<div class="tw-max-w-xl tw-mx-auto tw-px-4 tw-text-center">
<h2>The Schedule</h2>