Skip to content

Commit 6b81acd

Browse files
committed
Remove 'Find in timetable' button for talk not given.
1 parent f49d73d commit 6b81acd

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/layouts/TalkLayout.astro

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,13 @@ const ignore = draft? {"data-pagefind-ignore": "all"}: {}
6565
</Button>
6666
)
6767
}
68-
<Button link=`/schedule/${day}/#${url.split('/').pop()}`>
69-
Find in timetable
70-
</Button>
68+
{
69+
day && (
70+
<Button link=`/schedule/${day}/#${url.split('/').pop()}`>
71+
Find in timetable
72+
</Button>
73+
)
74+
}
7175
</div>
7276
</div>
7377
</div>

src/pages/talks/arnold.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ tracks:
55
- ecosystem
66
- gosim-spotlight
77
talkTitle: "AccessKit"
8-
talkLevel: "All"
98
talkTags: ["GOSIM Spotlight"]
109
talkDuration: 10
1110

@@ -21,7 +20,7 @@ speakers: [{
2120
mastodon: "https://fosstodon.org/@DataTriny",
2221
github: "https://github.com/DataTriny",
2322
}]
24-
day: "tuesday"
23+
day: null
2524
---
2625

2726
Arnold has been selected for the GOSIM spotlight for his work on AccessKit, but won't be presenting as there is [another talk about AccessKit at the conference](/talks/matt).

0 commit comments

Comments
 (0)