summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-29 23:16:58 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-29 23:16:58 +0100
commitfb0d8f212bb4c7544590fb9b2ae298f346814519 (patch)
treeda00a160e75afa19368bbdb2c01b994f5f59b124 /layouts/partials
parent0b5462cb77a2412ab0ed1f118563a2252bd6c4d3 (diff)
Update to copied guides and hugo templates
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>