(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
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
extends root/templates/base.pug
|
||||
|
||||
block title
|
||||
img.icon(src="/static/icon/lair.webp")
|
||||
img.img(src="/static/img/lair.webp")
|
||||
| Lair
|
||||
|
||||
block content
|
||||
a.block(href="https://b.lair.moe" target="_blank")
|
||||
.header
|
||||
img.icon(src="/static/icon/service/sharkey.webp")
|
||||
img.img(src="/static/img/service/sharkey.webp")
|
||||
strong Sharkey
|
||||
p= _('index.descr:sharkey')
|
||||
|
||||
a.block(href="https://g.lair.moe" target="_blank")
|
||||
.header
|
||||
img.icon(src="/static/icon/service/gitea.webp")
|
||||
img.img(src="/static/img/service/gitea.webp")
|
||||
strong Gitea
|
||||
p= _('index.descr:gitea')
|
||||
|
||||
|
||||
@@ -6,12 +6,12 @@ block title
|
||||
block content
|
||||
a.block.green(href=url_for('risdeveau.index'))
|
||||
.header
|
||||
img.icon(src="/static/icon/us/risdeveau.webp")
|
||||
img.img(src="/static/img/us/risdeveau.webp")
|
||||
| Sweetbread
|
||||
| Главный админ, занимается почти всеми сервисами. Создал этот сайт
|
||||
|
||||
.block.orange.disabled
|
||||
.header
|
||||
img.icon(src="/static/icon/us/chest.webp")
|
||||
img.img(src="/static/img/us/chest.webp")
|
||||
| Chest
|
||||
| Должна была помогать делать этот сайт
|
||||
|
||||
Reference in New Issue
Block a user