Option to remove taglist
This commit is contained in:
parent
897bf02d53
commit
7b9155ee66
@ -1,5 +1,7 @@
|
||||
{{ define "main" }}
|
||||
{{ .Content }}
|
||||
<hr>
|
||||
{{- if .Site.Params.showTagList }}
|
||||
<h2>Tags</h2>
|
||||
{{ range .Site.Taxonomies.tags }}
|
||||
<details>
|
||||
@ -14,6 +16,7 @@
|
||||
</ol>
|
||||
</details>
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
<h2>All Pages</h2>
|
||||
<ul>
|
||||
{{ range .Site.RegularPages }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user