summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authormiraikumiko <murrr@macaw.me>2025-02-11 17:00:30 +0000
committermiraikumiko <murrr@macaw.me>2025-02-11 17:00:30 +0000
commit36b5749aa373f9f54b299c0e297cf333566f151c (patch)
treef900a877b9156789c19262ee531dfe5beb2b50e5 /layouts
parent48214c5e22020eb19376d1426c165805f6c388bc (diff)
downloadmiraikumiko.com-36b5749aa373f9f54b299c0e297cf333566f151c.tar.gz
miraikumiko.com-36b5749aa373f9f54b299c0e297cf333566f151c.tar.bz2
Updated contacts and name
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/nav.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 16902fc..e31262a 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,7 +1,6 @@
{{ range .Site.Menus.main.ByWeight }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
-<a href='https://contacts.miraikumiko.com'>Contacts</a>
<a href='{{ absURL "index.xml" }}'>RSS</a>
<!-- Convert this page's translations into a dict -->
@@ -20,4 +19,4 @@
<a class="disabled" role="link" aria-disabled="true">{{ .LanguageName }}</a>
{{ end }}
{{ end }}
-{{ end }}
+{{ end }} \ No newline at end of file