Skip to content

Commit 9d38a44

Browse files
Make OTWSU 18 live (#1393)
* Make OTWSU 18 live * Yes is not js
1 parent ae03469 commit 9d38a44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gatsby/content/otwsu/18.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
edition: 18
3-
youtube: https://www.youtube.com/watch?v=c9BMmIEGC3c
3+
youtube: https://youtube.com/watch?v=pGE2KEasjbc
44
section: otwsu
55
image: /images/otwsu18.png
66
eventdate: 2022-07-27

gatsby/src/pages/open-tech-will-save-us.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import moment from "moment";
1212
const title = `Open Tech Will Save Us | ${config.siteTitle}`;
1313

1414

15-
const SHOW_LIVE_STREAM = false;
15+
const SHOW_LIVE_STREAM = true;
1616
const NEXT_EVENT = 18;
1717

1818
let liveStream;
@@ -26,7 +26,7 @@ if (SHOW_LIVE_STREAM) {
2626
controls
2727
></video><br />
2828
<strong><a href="https://stream.matrix.org">Watch on stream.matrix.org</a></strong><br />
29-
<strong><a href="https://www.youtube.com/watch?v=c9BMmIEGC3c">Find the stream at https://www.youtube.com/watch?v=c9BMmIEGC3c</a></strong>
29+
<strong><a href="https://youtube.com/watch?v=pGE2KEasjbc">Find the stream at https://youtube.com/watch?v=pGE2KEasjbc</a></strong>
3030
<script src="/js/hls.light.min.js"></script>
3131
<script src="/js/livestream.js"></script>
3232
</div>
@@ -48,7 +48,7 @@ const OTWSU = ({ data }) => {
4848
<meta name="twitter:card" content="summary_large_image" />
4949
<meta
5050
property="twitter:image"
51-
content="https://matrix.org/images/otwsu16.png"
51+
content="https://matrix.org/images/otwsu18.png"
5252
/>
5353
</Helmet>
5454
<div>

0 commit comments

Comments
 (0)