diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 54f1389..4e71ca5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -48,6 +48,7 @@ hasCJKLanguage = true about = "" archive = "" subscribe = "" + tags = "" # Pagination links olderPosts = "" newerPosts = "" diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 5635a62..1dbf68c 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -4,7 +4,7 @@ {{ with .Site.Params.home }}{{ . }}{{ else }}Home{{ end }} {{ end }} {{ with .Site.Params.archive }}{{ . }}{{ else }}Archive{{ end }} - {{ with .Site.Params.about }}{{ . }}{{ else }}Tags{{ end }} + {{ with .Site.Params.tags }}{{ . }}{{ else }}Tags{{ end }} {{ with .Site.Params.about }}{{ . }}{{ else }}About{{ end }} {{ range $key, $val := .Site.Params.Links }}