1
0
mirror of https://github.com/osmarks/website synced 2025-08-30 09:17:56 +00:00

minor important tweaks

This commit is contained in:
2021-02-24 10:31:51 +00:00
parent b172d55713
commit ef0d70550c
6 changed files with 949 additions and 8 deletions

View File

@@ -12,7 +12,6 @@ html(lang="en")
meta(name="description", content=description)
link(rel="manifest", href="/assets/manifest.webmanifest")
link(rel="shortcut icon", href="/assets/images/logo96inv.png", type="image/png")
// this may be problematic but otherwise it overescapes stuff
style!= css
if comments !== "off"
script(src=`https://${domain}/isso/js/embed.min.js`, async=true, data-isso=`https://${domain}/isso/`)
@@ -21,7 +20,7 @@ html(lang="en")
a(href="/")
img.logo(src="/assets/images/logo.svg", alt="")
+nav-item("/", "Index")
+nav-item(`https://status.${domain}/`, "Status")
+nav-item(`https://stats.${domain}/`, "Stats")
+nav-item(`https://i.${domain}/`, "Images")
block nav-items
.header