Option to remove taglist

This commit is contained in:
Balakrishnan Balasubramanian 2025-05-20 23:26:32 -04:00
parent 897bf02d53
commit 7b9155ee66

View File

@ -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 }}