summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-29 23:19:19 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-29 23:19:19 +0100
commitcba1ce363ec98b5c5377314e144adc57950a85c9 (patch)
treee2523fe46a93e1ee96c61905b8bfc491571e6ee8 /layouts/_default
parentd8670a9d9723f494f3b38b6159dae297aa4b2295 (diff)
update nav
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a031c88..282c9bc 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -31,12 +31,7 @@
<hr>
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
{{ if .IsHome }}
- <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>
+ {{ partial "nav.html" }}
{{ else }}
<div style="display: flex;justify-content: space-between;align-items: center;">
<p><a href="{{ path.Dir .Path }}">Return</a></p>