diff --git a/layouts/index.html b/layouts/index.html index 7602d17..99e1b27 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,19 +1,22 @@ {{ define "main" }} {{ .Content }} -

Tags

- {{ range .Site.Taxonomies.tags }} -
-

{{ .Page.Title }} ({{ len . }})

-
- {{ end }} +
+ {{- if .Site.Params.showTagList }} +

Tags

+ {{ range .Site.Taxonomies.tags }} +
+

{{ .Page.Title }} ({{ len . }})

+
+ {{ end }} + {{- end }}

All Pages