diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-26 08:56:08 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-26 08:56:08 +0100 |
| commit | f5898d932f812410ff08b974ccdb72a81dc624b3 (patch) | |
| tree | 5c1603a3414d36dcf6b4b55810eecb0d6d1d16ca /layouts/_default/baseof.html | |
| parent | 3005626ce1e4214491c568ff432a48f8dc9ccf5d (diff) | |
added dns link and contact page
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;"> |
