Also opengraph

This commit is contained in:
Ben Visness 2024-03-08 19:10:45 -06:00
parent 5aa9dde8a1
commit 27dcdb4704
1 changed files with 1 additions and 1 deletions

View File

@ -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)},