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:
@@ -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" : "")
|
||||
|
Reference in New Issue
Block a user