changed tags templates, tags logic, and config links

This commit is contained in:
kimcc
2020-02-09 21:38:15 -06:00
parent 53f2ace0f4
commit 29e8aa1632
6 changed files with 37 additions and 45 deletions

View File

@@ -1,10 +0,0 @@
{{ define "main" }}
<!-- Shows all of the site's tags -->
<h1>Tags</h1>
<ul>
{{ range .Site.Taxonomies.tags }}
<li><a href="{{ .Page.Permalink }}">{{ .Page.Title }}</a> {{ .Count }}</li>
{{ end }}
</ul>
<div class="page-footer"></div>
{{end}}