1
0
mirror of https://github.com/osmarks/website synced 2025-09-10 22:36:01 +00:00

fix og:url

This commit is contained in:
osmarks
2025-02-06 21:59:39 +00:00
parent f8c2de3365
commit cc29431570
2 changed files with 8 additions and 5 deletions

View File

@@ -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")