summaryrefslogtreecommitdiffstats
path: root/_shared
diff options
context:
space:
mode:
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>