Update opengraph description for the manifesto

This commit is contained in:
Ben Visness 2022-04-30 19:08:25 -05:00
parent ad1bc875cc
commit f7d92a63b4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ func Manifesto(c *RequestContext) ResponseData {
baseData := getBaseDataAutocrumb(c, "Handmade Manifesto")
baseData.OpenGraphItems = append(baseData.OpenGraphItems, templates.OpenGraphItem{
Property: "og:description",
Value: "Modern computer hardware is amazing. Manufacturers have orchestrated billions of pieces of silicon into terrifyingly complex and efficient structures…",
Value: "Computers are amazing. So why is software so terrible?",
})
var res ResponseData