mirror of
https://github.com/osmarks/website
synced 2025-08-30 09:17:56 +00:00
minor important tweaks
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user