mirror of
https://github.com/osmarks/website
synced 2025-02-04 21:29:10 +00:00
icon on Discord embed
This commit is contained in:
parent
540a44778d
commit
d14f0167cf
@ -12,6 +12,7 @@ html(lang="en")
|
|||||||
meta(name="description", content=description)
|
meta(name="description", content=description)
|
||||||
link(rel="manifest", href="/assets/manifest.webmanifest")
|
link(rel="manifest", href="/assets/manifest.webmanifest")
|
||||||
link(rel="shortcut icon", href="/assets/images/logo256.png", type="image/png")
|
link(rel="shortcut icon", href="/assets/images/logo256.png", type="image/png")
|
||||||
|
meta(content=`https://${domain}/assets/images/logo256.png`, property="og:image")
|
||||||
style!= css
|
style!= css
|
||||||
if comments !== "off"
|
if comments !== "off"
|
||||||
script(src=`https://${domain}/isso/js/embed.min.js`, async=true, data-isso=`https://${domain}/isso/`)
|
script(src=`https://${domain}/isso/js/embed.min.js`, async=true, data-isso=`https://${domain}/isso/`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user