Skip to content

Commit 9daa025

Browse files
committed
Fix a bug via typo ;)
1 parent 41a3523 commit 9daa025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengraph/opengraph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func (og *OpenGraph) processArticleMeta(metaAttrs map[string]string) {
248248
if err == nil {
249249
og.Article.ExpirationTime = &t
250250
}
251-
case "article:secttion":
251+
case "article:section":
252252
og.Article.Section = metaAttrs["content"]
253253
case "article:tag":
254254
og.Article.Tags = append(og.Article.Tags, metaAttrs["content"])

0 commit comments

Comments
 (0)