(and rename icon->img, btw...)
This commit is contained in:
@@ -4,7 +4,7 @@ html(lang=g.locale)
|
||||
title Lair
|
||||
|
||||
link(rel="stylesheet" href="/static/style/main.css")
|
||||
link(rel="icon" type="image/webp" href="/static/icon/lair.webp")
|
||||
link(rel="img" type="image/webp" href="/static/img/lair.webp")
|
||||
|
||||
script(src="/static/script/copy-mono.js")
|
||||
script(
|
||||
@@ -18,7 +18,7 @@ html(lang=g.locale)
|
||||
meta(property="og:type" value="website")
|
||||
meta(property="og:url" value="https://lair.moe")
|
||||
meta(property="og:title" value="Lair.moe")
|
||||
meta(property="og:image" value="https://lair.moe/static/icon/lair.webp")
|
||||
meta(property="og:image" value="https://lair.moe/static/img/lair.webp")
|
||||
meta(property="og:description" value=_("description"))
|
||||
|
||||
body
|
||||
|
||||
Reference in New Issue
Block a user