summaryrefslogtreecommitdiffstats
path: root/_shared
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-19 17:09:55 +0300
committerAhmed <git@gumx.cc>2026-06-19 17:09:55 +0300
commitb8788713af385a1402ba0d7e3ee4a5951cac657b (patch)
tree1df344c27bf1b2926ae314be9096b5786fcd7053 /_shared
parentbd2a2474995cc3b546000714c6f86caf7d3d8bdc (diff)
fix: network nav and style
Diffstat (limited to '_shared')
-rw-r--r--_shared/build.py3
-rw-r--r--_shared/footer.html3
2 files changed, 5 insertions, 1 deletions
diff --git a/_shared/build.py b/_shared/build.py
index 7d27f41..a12cd73 100644
--- a/_shared/build.py
+++ b/_shared/build.py
@@ -19,9 +19,10 @@ def render(title, breadcrumb, style, extra_css, body, footer):
</head>
<body>
<header>
-<h1><a href="https://gumx.cc">gumx</a> / {breadcrumb}</h1>
+<nav><strong><a href="https://gumx.cc">gumx</a></strong> / {breadcrumb}</nav>
</header>
<main>
+<h1>{breadcrumb}</h1>
{body}
</main>
{footer}
diff --git a/_shared/footer.html b/_shared/footer.html
index de15791..b7ed091 100644
--- a/_shared/footer.html
+++ b/_shared/footer.html
@@ -10,4 +10,7 @@
<a href="https://pgp.gumx.cc">pgp</a> /
<a href="https://demo.gumx.cc">demo</a> /
<a href="https://wk.fo">wk.fo</a>
+<br>
+<a href="https://git.gumx.cc/sites">source</a> /
+<a href="https://gumx.cc/license">license</a>
</footer>