Add special Twitter card

beta
Ben Visness 3 weeks ago
parent 5296e0a15a
commit 81b92d3aef
  1. BIN
      public/visjam2023/TwitterCard.png
  2. 2
      src/website/jam.go

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

@ -25,6 +25,8 @@ func JamIndex2023_Visibility(c *RequestContext) ResponseData {
{Property: "og:image", Value: hmnurl.BuildPublic("visjam2023/opengraph.png", true)},
{Property: "og:description", Value: "See things in a new way. April 14 - 16."},
{Property: "og:url", Value: hmnurl.BuildJamIndex()},
{Name: "twitter:card", Value: "summary_large_image"},
{Name: "twitter:image", Value: hmnurl.BuildPublic("visjam2023/TwitterCard.png", true)},
}
type JamPageData struct {

Loading…
Cancel
Save