This commit is contained in:
@@ -6,6 +6,25 @@ html(lang=g.locale)
|
|||||||
link(rel="stylesheet" href="/static/style/main.css")
|
link(rel="stylesheet" href="/static/style/main.css")
|
||||||
link(rel="icon" type="image/webp" href="/static/img/lair.webp")
|
link(rel="icon" type="image/webp" href="/static/img/lair.webp")
|
||||||
|
|
||||||
|
//- Yggdrasil links
|
||||||
|
link(rel="ygg-banner" href="/static/img/88x31/lair.gif")
|
||||||
|
|
||||||
|
link(
|
||||||
|
rel="alternate"
|
||||||
|
data-ygg-type="clearnet"
|
||||||
|
href="https://lair.moe"
|
||||||
|
title="Clearnet address")
|
||||||
|
link(
|
||||||
|
rel="alternate"
|
||||||
|
data-ygg-type="alfis"
|
||||||
|
href="http://lair.ygg"
|
||||||
|
title="Alfis domain")
|
||||||
|
link(
|
||||||
|
rel="alternate"
|
||||||
|
data-ygg-type="ygg-ipv6"
|
||||||
|
href="http://[201:96:5188::a690:7908:da7a]"
|
||||||
|
title="Direct IPv6")
|
||||||
|
|
||||||
script(src="/static/script/copy-mono.js")
|
script(src="/static/script/copy-mono.js")
|
||||||
|
|
||||||
if request.headers.get('DNT') != "1":
|
if request.headers.get('DNT') != "1":
|
||||||
@@ -24,6 +43,16 @@ html(lang=g.locale)
|
|||||||
meta(property="og:image" value="https://lair.moe/static/img/lair.webp")
|
meta(property="og:image" value="https://lair.moe/static/img/lair.webp")
|
||||||
meta(property="og:description" value=_("description"))
|
meta(property="og:description" value=_("description"))
|
||||||
|
|
||||||
|
//- Yggdrasil meta
|
||||||
|
meta(name="ygg-category" content="service")
|
||||||
|
meta(name="ygg-topic" content="federation")
|
||||||
|
meta(name="ygg-topic" content="tools")
|
||||||
|
|
||||||
|
meta(name="ygg-language" content="ru")
|
||||||
|
meta(name="ygg-language" content="en")
|
||||||
|
meta(name="ygg-language" content="de")
|
||||||
|
meta(name="ygg-language" content="fr")
|
||||||
|
meta(name="ygg-language" content="jp")
|
||||||
body
|
body
|
||||||
include root/templates/header.pug
|
include root/templates/header.pug
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,16 @@ block content
|
|||||||
p
|
p
|
||||||
strong Yggdrasil
|
strong Yggdrasil
|
||||||
| :
|
| :
|
||||||
span.mono 200:ee1:bad2:1732:4b91:c3e3:2f08:29b3
|
ul
|
||||||
|
li
|
||||||
|
= "IPv6: "
|
||||||
|
span.mono 201:96:5188::a690:7908:da7a
|
||||||
|
li
|
||||||
|
= "DNS: "
|
||||||
|
span.mono ygg.lair.moe
|
||||||
|
li
|
||||||
|
= "Alfis: "
|
||||||
|
span.mono lair.ygg
|
||||||
|
|
||||||
.webring
|
.webring
|
||||||
a.block(href="https://nixwebr.ing/prev/lair" rel="external prev") ←
|
a.block(href="https://nixwebr.ing/prev/lair" rel="external prev") ←
|
||||||
|
|||||||
Reference in New Issue
Block a user