From abfee7b16dcb0f5055107fa7c7e62d52ed4b53f8 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 23 Oct 2024 01:25:01 -0600 Subject: [PATCH] Removed talk with missing files --- pages/talks.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pages/talks.go b/pages/talks.go index 836bdea..9bfc596 100644 --- a/pages/talks.go +++ b/pages/talks.go @@ -11,13 +11,6 @@ type TalkProps struct { func Talks(c echo.Context) error { talks := []lib.CardLink{ - { - Name: "How to ship less JavaScript", - Description: "A talk on building websites while being mindful of the JavaScript we ship. Presented at the Dev Edmonton July 2023 JS/Ruby/Python Meetup", - Href: "https://github.com/atridadl/devedmonton-july-2023", - Tags: []string{"astro", "ssr"}, - Date: "July 06, 2023", - }, { Name: "Hypermedia as the engine of application state - an Introduction", Description: "A talk on building reactive websites using tools like HTMX instead of JSON + JS. Will be presented at the Dev Edmonton Fabruary 2024 JS/Ruby/Python Meetup",