You've already forked no-js-hugo-theme
Option to remove taglist
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user