Skip to content

Commit 4e10058

Browse files
Add recording link to FFConf talk
1 parent 6a866be commit 4e10058

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/website/page/index.gleam

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,6 @@ fn post(post: blog.Post(_)) -> element.Element(_) {
9696
}
9797

9898
const talks = [
99-
Talk(
100-
description: "Six to Sixteen: A Child's Programming Journey (Recording coming soon)",
101-
url: "https://2025.ffconf.org/surya",
102-
date: "14 November, 2025",
103-
conference: "FFConf 2025",
104-
location: "Duke of York's Cinema, Brighton",
105-
),
10699
Talk(
107100
description: "Optimising the hell out of Gleam (Upcoming)",
108101
url: "https://gleamgathering.com/#speakers",
@@ -117,6 +110,13 @@ const talks = [
117110
conference: "Gleam Gathering",
118111
location: "Origin Workspace, Bristol",
119112
),
113+
Talk(
114+
description: "Six to Sixteen: A Child's Programming Journey (Recording)",
115+
url: "https://www.youtube.com/watch?v=anF9c2zq1BM",
116+
date: "14 November, 2025",
117+
conference: "FFConf 2025",
118+
location: "Duke of York's Cinema, Brighton",
119+
),
120120
]
121121

122122
type Social {

0 commit comments

Comments
 (0)