site: remove old comment in HTML template

This commit is contained in:
Alan Orth 2022-02-06 17:59:19 +03:00
parent a5d7f53cd4
commit 24ff4048b6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -89,7 +89,6 @@
{{/* not possible to re-use Hugo's paginate object unless you use */}}
{{/* the same exact arguments each time. */}}
<!-- TODO: note that not all terms have field names so this list is not exclusive! -->
{{ range where (where site.RegularPages "Type" "terms") "Params.cluster" "==" "Global" }}
{{- if .Params.field -}}
<a class="btn btn-sm btn-outline-primary m-1" href="#{{ .Params.slug }}">{{ .Params.field }}</a>