Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gatsby/content/otwsu/14.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
edition: 14
youtube: https://www.youtube.com/watch?v=UiM5YObxMOs
youtube: https://www.youtube.com/watch?v=X3vx4Ad7PtI
section: otwsu
image: /images/otwsu14.png
eventdate: 2022-03-30
Expand Down
4 changes: 2 additions & 2 deletions gatsby/src/pages/open-tech-will-save-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import moment from "moment";

const title = `Open Tech Will Save Us | ${config.siteTitle}`;

const SHOW_LIVE_STREAM = false;
const SHOW_LIVE_STREAM = true;
const NEXT_EVENT = 14;

let liveStream;
Expand All @@ -25,7 +25,7 @@ if (SHOW_LIVE_STREAM) {
controls
></video><br />
<strong><a href="https://stream.matrix.org">Watch on stream.matrix.org</a></strong><br />
<strong><a href="https://www.youtube.com/watch?v=UiM5YObxMOs">Find the stream at https://www.youtube.com/watch?v=UiM5YObxMOs</a></strong>
<strong><a href="https://www.youtube.com/watch?v=X3vx4Ad7PtI">Find the stream at https://www.youtube.com/watch?v=X3vx4Ad7PtI</a></strong>
<script src="/js/hls.light.min.js"></script>
<script src="/js/livestream.js"></script>
</div>
Expand Down