summaryrefslogtreecommitdiffstats
path: root/_shared/build.py
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/build.py
parentbd2a2474995cc3b546000714c6f86caf7d3d8bdc (diff)
fix: network nav and style
Diffstat (limited to '_shared/build.py')
-rw-r--r--_shared/build.py3
1 files changed, 2 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}