1
0
mirror of https://github.com/osmarks/website synced 2025-09-04 11:27:57 +00:00

changes of some sort, new blog post

This commit is contained in:
osmarks
2025-01-09 21:06:14 +00:00
parent 1c1648e0ff
commit d045a02a08
11 changed files with 55 additions and 14 deletions

View File

@@ -31,6 +31,7 @@ html(lang="en")
meta(content=`https://${domain}/assets/images/logo256.png`, property="og:image")
if katex
link(rel="stylesheet", href="/assets/katex.min.css")
link(rel="alternate", type="application/rss+xml", title="RSS", href="/rss.xml")
style!= css
if comments !== "off"
script(src=`https://${domain}/rsapi/static/comments.js`, async=true)
@@ -45,7 +46,7 @@ html(lang="en")
+nav-item(`https://mse.${domain}/`, "Meme Search", "#5AF25A")
+nav-item(`https://docs.${domain}/random`, "Documentation", "#F2A65A")
+nav-item(`https://status.${domain}`, "Status", "#EEDC5B")
+nav-item(`https://r.${domain}/login`, "Login", "#12E193")
+nav-item(`#`, "Search", "#12E193")
block nav-items
.sidenotes-container
main(class=!haveSidenotes ? "fullwidth" : "")