Update and enable Schedule menu item
This commit is contained in:
parent
1e3ec45cae
commit
ae9406d0cd
|
@ -1,4 +1,5 @@
|
||||||
{% set links = [
|
{% set links = [
|
||||||
|
<<<<<<< HEAD
|
||||||
{
|
{
|
||||||
title: 'Tickets',
|
title: 'Tickets',
|
||||||
href: site['tickets']['url'],
|
href: site['tickets']['url'],
|
||||||
|
@ -19,9 +20,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Schedule',
|
title: 'Schedule',
|
||||||
href: '/schedule',
|
href: '/#schedule',
|
||||||
active: page.url == '/schedule' or page.layout in ['session', 'speaker'],
|
active: page.url == '/schedule' or page.layout in ['session', 'speaker'],
|
||||||
enabled: false,
|
enabled: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Sponsor us',
|
title: 'Sponsor us',
|
||||||
|
|
|
@ -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">
|
<div class="tw-max-w-xl tw-mx-auto tw-px-4 tw-text-center">
|
||||||
<h2>The Schedule</h2>
|
<h2>The Schedule</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue