aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/nav.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index c9ace2f..6eb8a7b 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,4 +1,3 @@
-<a href="{{ "" | relURL }}">首页</a>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name}}</a>
{{ end }}