We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af75e0 commit 44d1215Copy full SHA for 44d1215
views/world.pug
@@ -4,7 +4,7 @@ block head
4
meta(property="og:title" content=name)
5
meta(property="og:type" content="resonite.world")
6
meta(property="og:image" content=thumbnailUri)
7
- meta(property="og:image" content=description)
+ meta(property="og:description" content=description)
8
meta(name="twitter:card" content="summary_large_image")
9
link(type="application/json+oembed" href=urlPath + "/json")
10
0 commit comments