From 544ced362819ae9bd2abd9c12480f76945b368aa Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 24 Apr 2026 11:15:04 -0400 Subject: format html --- layouts/taxonomy.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'layouts/taxonomy.html') diff --git a/layouts/taxonomy.html b/layouts/taxonomy.html index ef791e8..61810d2 100644 --- a/layouts/taxonomy.html +++ b/layouts/taxonomy.html @@ -1,19 +1,19 @@ {{ define "main" }} - {{- $taxonomy := .Data -}} -

{{ .Title }}

- {{ .Content }} - - - - - - - {{- range $taxonomy.Terms.ByCount }} - - - - - {{- end }} - -
{{ $taxonomy.Singular | humanize }}Pages
{{ .Page.Title }}{{ .Count }}
+{{- $taxonomy := .Data -}} +

{{ .Title }}

+{{ .Content }} + + + + + + + {{- range $taxonomy.Terms.ByCount }} + + + + + {{- end }} + +
{{ $taxonomy.Singular | humanize }}Pages
{{ .Page.Title }}{{ .Count }}
{{ end }} -- cgit v1.2.3