From 252c829deb2aec2841953f8b986c3ba0fa954111 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 24 Sep 2023 21:05:31 -0700 Subject: [PATCH] Remove whitespace formatting --- layouts/partials/paige/metadata.html | 36 ++++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/layouts/partials/paige/metadata.html b/layouts/partials/paige/metadata.html index db0a5992..a99fabaa 100644 --- a/layouts/partials/paige/metadata.html +++ b/layouts/partials/paige/metadata.html @@ -53,33 +53,33 @@
{{ with $series }}

- {{ range $i, $name := . -}} - {{- if gt $i 0 }}, {{ end -}} + {{ range $i, $name := . }} + {{ if gt $i 0 }}, {{ end }} - {{- with site.GetPage (print "series/" $name) -}} + {{ with site.GetPage (print "series/" $name) }} {{ .Title | default $name }} - {{- else -}} - {{- $name -}} - {{- end -}} - {{- end }} + {{ else }} + {{ $name }} + {{ end }} + {{ end }}

{{ end }} {{ with $authors }}

- {{ range $i, $author := . -}} - {{- if gt $i 0 }}, {{ end -}} + {{ range $i, $author := . }} + {{ if gt $i 0 }}, {{ end }} - {{- with $author.id -}} - {{- with site.GetPage (print "authors/" .) -}} + {{ with $author.id }} + {{ with site.GetPage (print "authors/" .) }} {{ .Title | default $author.name }} - {{- else -}} - {{- $author.name -}} - {{- end -}} - {{- else -}} - {{- $author.name -}} - {{- end -}} - {{- end }} + {{ else }} + {{ $author.name }} + {{ end }} + {{ else }} + {{ $author.name }} + {{ end }} + {{ end }}

{{ end }}