Skip to content

Commit b8027a1

Browse files
committed
Remove schedule
1 parent 43e282c commit b8027a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { UTCDate } = require('@date-fns/utc');
1111

1212
module.exports = (config) => {
1313
setupCollections(config);
14-
setupSessions(config);
14+
//setupSessions(config);
1515
setupFeed(config);
1616

1717
/*

src/_layouts/session-details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 class="mb-6 text-xl font-bold leading-tight lg:text-3xl">About this session<
3232
</div>
3333

3434
{% if presenter_slugs %}
35-
<div class="pt-8 lg:py-10 block-container bg-mosaic-blue">
35+
<div class="pt-8 pb-16 block-container bg-mosaic-blue">
3636
<div class="wrapper narrow">
3737
<div class="max-w-screen-md pt-6 mt-auto">
3838
<h2 class="mb-8 text-xl font-bold leading-tight lg:text-3xl">Presented by</h2>

0 commit comments

Comments
 (0)