Skip to content

Commit 8ca2445

Browse files
committed
Make stream link automatic
1 parent 356df5d commit 8ca2445

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

content/events.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"title": "Student PL Meetup vol. 10",
55
"date": "24 of June 2026 (18:00 - 21:00)",
66
"location": "[T2:C3-340, FEL ČVUT, Dejvice](https://navigate.fel.cvut.cz/static/demo/index.html?start=entryT2&end=T2:C3-340)",
7-
"stream": "/stream",
87
"talks": [
98
"Type inference for dynamic languages and working with their types: Mickaël Laurent, Oliver Tušla",
109
"Cancelled: ~Async I/O, part 2: Matěj Kafka~",

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3><a id="{{ event.title | slugify }}" href="#{{ event.title | slugify }}">{{ e
2020
<div class="date-recording">
2121
<p><span class="icon">📅 </span>{{ event.date }}</p>
2222
<p><span class="icon">📍 </span>{{ event.location | markdown(inline=true) | safe }}</p>
23-
<p><span class="icon">📺 </span><a href="{{ event.stream }}" target="_blank">Live stream</a></p>
23+
<p><span class="icon">📺 </span><a href="./stream" target="_blank">Live stream</a></p>
2424
</div>
2525
<ul>
2626
{% for talk in event.talks %}

0 commit comments

Comments
 (0)