diff options
Diffstat (limited to 'layouts/_default/baseof.html')
| -rw-r--r-- | layouts/_default/baseof.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 28ba9e8..580f3c5 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -33,8 +33,9 @@ {{ if .IsHome }} <nav style="display: flex;justify-content: space-around;"> <a href="/stuff">stuff</a> + <a href="/contact">contact</a> <a href="https://git.mielota.com/mielota">git</a> - <a href="/banporn">banporn</a> + <a href="https://dns.mielota.com/">dns</a> </nav> {{ else }} <div style="display: flex;justify-content: space-between;align-items: center;"> |
