This commit is contained in:
@@ -10,6 +10,7 @@ html(lang="en")
|
||||
link(rel="icon" type="image/webp" href="/static/img/us/risdeveau.webp")
|
||||
|
||||
script(src="/static/script/rtime.js")
|
||||
if request.headers.get('DNT') != "1":
|
||||
script(
|
||||
src="https://track.lair.moe/api/script.js"
|
||||
data-site-id="1"
|
||||
|
||||
@@ -7,11 +7,14 @@ html(lang=g.locale)
|
||||
link(rel="icon" type="image/webp" href="/static/img/lair.webp")
|
||||
|
||||
script(src="/static/script/copy-mono.js")
|
||||
|
||||
if request.headers.get('DNT') != "1":
|
||||
script(
|
||||
src="https://track.lair.moe/api/script.js"
|
||||
data-site-id="1"
|
||||
defer
|
||||
)
|
||||
|
||||
meta(name="viewport" content="width=device-width, initial-scale=1.0")
|
||||
meta(name="mock-email" content="admin@example.com")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user