diff options
Diffstat (limited to 'layouts/_default/baseof.html')
| -rw-r--r-- | layouts/_default/baseof.html | 7 |
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> |
