1
0
mirror of https://github.com/osmarks/website synced 2025-01-26 17:06:52 +00:00

icon on Discord embed

This commit is contained in:
osmarks 2023-03-18 15:33:06 +00:00
parent 540a44778d
commit d14f0167cf

View File

@ -12,6 +12,7 @@ html(lang="en")
meta(name="description", content=description)
link(rel="manifest", href="/assets/manifest.webmanifest")
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
if comments !== "off"
script(src=`https://${domain}/isso/js/embed.min.js`, async=true, data-isso=`https://${domain}/isso/`)