1
0
mirror of https://github.com/osmarks/website synced 2025-09-10 06:15:59 +00:00

Minor updates, prototype internal search mechanism

This commit is contained in:
2024-08-31 18:36:07 +01:00
parent 5436237317
commit 8d81924804
13 changed files with 1032 additions and 39 deletions

View File

@@ -27,6 +27,8 @@ html(lang="en")
link(rel="manifest", href="/assets/manifest.webmanifest")
link(rel="shortcut icon", href="/assets/images/logo256.png", type="image/png")
meta(content=`https://${domain}/assets/images/logo256.png`, property="og:image")
if katex
link(rel="stylesheet", href="/assets/katex.min.css")
style!= css
if comments !== "off"
script(src=`https://${domain}/rsapi/static/comments.js`, async=true)
@@ -38,7 +40,7 @@ html(lang="en")
.logotext osmarks
+nav-item(`/me/`, "About Me")
+nav-item(`https://mse.${domain}/`, "Meme Search")
+nav-item("https://github.com/osmarks/website", "Contribute")
+nav-item(`https://docs.${domain}/random`, "Documentation")
+nav-item(`https://b.${domain}`, "Microblog")
+nav-item(`https://status.${domain}`, "Status")
+nav-item(`https://r.${domain}/login`, "Login")
@@ -80,4 +82,4 @@ html(lang="en")
if comments !== "off"
main.isso
h2 Comments
section(id="comments-wrapper")
section(id="comments-wrapper")