mirror of
https://github.com/osmarks/website
synced 2025-09-10 22:36:01 +00:00
fix og:url
This commit is contained in:
@@ -24,7 +24,7 @@ html(lang="en")
|
||||
meta(property="og:description", content=description)
|
||||
meta(property="og:title", content=title)
|
||||
meta(property="og:type", content="website")
|
||||
meta(property="og:url", content=`https://${domain}`)
|
||||
meta(property="og:url", content=`https://${domain}${path}`)
|
||||
meta(property="og:site_name", content=name)
|
||||
link(rel="manifest", href="/assets/manifest.webmanifest")
|
||||
link(rel="shortcut icon", href="/assets/images/logo256.png", type="image/png")
|
||||
|
Reference in New Issue
Block a user