Punctuation is important.

This commit is contained in:
Ben Visness 2021-09-08 22:00:28 -05:00
parent 2db5c38a3c
commit 17bf11b173
1 changed files with 1 additions and 1 deletions

View File

@ -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