From 17bf11b17358beeb2f61dcd9d1b20458fe9708dd Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Wed, 8 Sep 2021 22:00:28 -0500 Subject: [PATCH] Punctuation is important. --- src/website/landing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/website/landing.go b/src/website/landing.go index 911e2476..fef6044b 100644 --- a/src/website/landing.go +++ b/src/website/landing.go @@ -320,7 +320,7 @@ func Index(c *RequestContext) ResponseData { baseData.BodyClasses = append(baseData.BodyClasses, "hmdev", "landing") // TODO: Is "hmdev" necessary any more? baseData.OpenGraphItems = append(baseData.OpenGraphItems, templates.OpenGraphItem{ Property: "og:description", - Value: "A community of programmers committed to producing quality software through deeper understanding", + Value: "A community of programmers committed to producing quality software through deeper understanding.", }) var res ResponseData