Skip to content

Commit 2753d3a

Browse files
committed
hugo: configure OpenGraph meta tags
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 99c8cba commit 2753d3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/_default/params.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
title = "YAGPDB Docs"
2-
description = "YAGPDB documentation"
3-
images = ["cover.png"]
1+
title = "YAGPDB Help Center" # og:site_name
2+
description = "YAGPDB documentation and learning resources." # twitter:description, og:description
3+
images = [] # og:image; not needed.
44

55
mainSections = ["docs"]
66

0 commit comments

Comments
 (0)