Update opengraph description for the manifesto
This commit is contained in:
parent
ad1bc875cc
commit
f7d92a63b4
|
@ -6,7 +6,7 @@ func Manifesto(c *RequestContext) ResponseData {
|
||||||
baseData := getBaseDataAutocrumb(c, "Handmade Manifesto")
|
baseData := getBaseDataAutocrumb(c, "Handmade Manifesto")
|
||||||
baseData.OpenGraphItems = append(baseData.OpenGraphItems, templates.OpenGraphItem{
|
baseData.OpenGraphItems = append(baseData.OpenGraphItems, templates.OpenGraphItem{
|
||||||
Property: "og:description",
|
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
|
var res ResponseData
|
||||||
|
|
Loading…
Reference in New Issue