Skip to content

Commit 44d1215

Browse files
committed
fix(descripotion): fix description og tag
1 parent 9af75e0 commit 44d1215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/world.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ block head
44
meta(property="og:title" content=name)
55
meta(property="og:type" content="resonite.world")
66
meta(property="og:image" content=thumbnailUri)
7-
meta(property="og:image" content=description)
7+
meta(property="og:description" content=description)
88
meta(name="twitter:card" content="summary_large_image")
99
link(type="application/json+oembed" href=urlPath + "/json")
1010

0 commit comments

Comments
 (0)