summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/nav.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
new file mode 100644
index 0000000..f3aeb0a
--- /dev/null
+++ b/layouts/partials/nav.html
@@ -0,0 +1,6 @@
+<nav style="display: flex;justify-content: space-around;">
+ <a href="/stuff">stuff</a>
+ <a href="/contact">contact</a>
+ <a href="https://codeberg.org/mielota">git</a>
+ <a href="https://dns.mielota.com">dns</a>
+</nav>