From f7d92a63b4843e2429013cf74629cb88358d8794 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Sat, 30 Apr 2022 19:08:25 -0500 Subject: [PATCH] Update opengraph description for the manifesto --- src/website/staticpages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/website/staticpages.go b/src/website/staticpages.go index 638dc85..9a2921e 100644 --- a/src/website/staticpages.go +++ b/src/website/staticpages.go @@ -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