From 27dcdb470426ce0b7988b40b9407bf17534be492 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Fri, 8 Mar 2024 19:10:45 -0600 Subject: [PATCH] Also opengraph --- src/website/jam.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/website/jam.go b/src/website/jam.go index 8d435ad..90ffcfd 100644 --- a/src/website/jam.go +++ b/src/website/jam.go @@ -55,7 +55,7 @@ func JamIndex2024_Learning(c *RequestContext) ResponseData { {Property: "og:site_name", Value: "Handmade Network"}, {Property: "og:type", Value: "website"}, {Property: "og:image", Value: hmnurl.BuildPublic("learningjam2024/2024LJOpenGraph.png", true)}, - {Property: "og:description", Value: "A two-weekend jam where you dive deep into a topic, then teach it to the rest of the community."}, + {Property: "og:description", Value: "A two-weekend jam where you dive deep into a topic, then share it with the rest of the community."}, {Property: "og:url", Value: hmnurl.BuildJamIndex2024_Learning()}, {Name: "twitter:card", Value: "summary_large_image"}, {Name: "twitter:image", Value: hmnurl.BuildPublic("learningjam2024/2024LJTwitterCard.png", true)},