You've already forked no-js-hugo-theme
Option to remove taglist
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
<hr>
|
||||||
|
{{- if .Site.Params.showTagList }}
|
||||||
<h2>Tags</h2>
|
<h2>Tags</h2>
|
||||||
{{ range .Site.Taxonomies.tags }}
|
{{ range .Site.Taxonomies.tags }}
|
||||||
<details>
|
<details>
|
||||||
@@ -14,6 +16,7 @@
|
|||||||
</ol>
|
</ol>
|
||||||
</details>
|
</details>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{- end }}
|
||||||
<h2>All Pages</h2>
|
<h2>All Pages</h2>
|
||||||
<ul>
|
<ul>
|
||||||
{{ range .Site.RegularPages }}
|
{{ range .Site.RegularPages }}
|
||||||
|
Reference in New Issue
Block a user