Skip to content

Commit

Permalink
Remove schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrythall committed May 21, 2024
1 parent 43e282c commit b8027a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { UTCDate } = require('@date-fns/utc');

module.exports = (config) => {
setupCollections(config);
setupSessions(config);
//setupSessions(config);
setupFeed(config);

/*
Expand Down
2 changes: 1 addition & 1 deletion src/_layouts/session-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2 class="mb-6 text-xl font-bold leading-tight lg:text-3xl">About this session<
</div>

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

0 comments on commit b8027a1

Please sign in to comment.