Un-typo
This commit is contained in:
parent
22265c9081
commit
852ff7e53f
|
@ -67,7 +67,7 @@ func JamSaveTheDate(c *RequestContext) ResponseData {
|
|||
{Property: "og:title", Value: "Upcoming Jams"},
|
||||
{Property: "og:site_name", Value: "Handmade Network"},
|
||||
{Property: "og:type", Value: "website"},
|
||||
{Property: "og:image", Value: hmnurl.BuildPublic("HMNLogo_SaveThedate.png", true)},
|
||||
{Property: "og:image", Value: hmnurl.BuildPublic("HMNLogo_SaveTheDate.png", true)},
|
||||
{Property: "og:description", Value: "Upcoming programming jams from the Handmade community."},
|
||||
{Property: "og:url", Value: hmnurl.BuildJamSaveTheDate()},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue