We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a3523 commit 9daa025Copy full SHA for 9daa025
opengraph/opengraph.go
@@ -248,7 +248,7 @@ func (og *OpenGraph) processArticleMeta(metaAttrs map[string]string) {
248
if err == nil {
249
og.Article.ExpirationTime = &t
250
}
251
- case "article:secttion":
+ case "article:section":
252
og.Article.Section = metaAttrs["content"]
253
case "article:tag":
254
og.Article.Tags = append(og.Article.Tags, metaAttrs["content"])
0 commit comments