- {{ if not $paginator.HasPrev }}
- {{ if eq .Data.Plural "tags" }}
+ {{ if not $paginator.HasPrev -}}
+ {{ if eq .Data.Plural "tags" -}}
{{ .Title }}
- {{ else if eq .Data.Plural "categories" }}
+ {{- else if eq .Data.Plural "categories" -}}
{{ .Title }}
- {{ end }}
- {{ end }}
+ {{- end }}
+ {{- end }}
- {{ range $paginator.Pages }}
+ {{ range $paginator.Pages -}}
{{ .Date.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }}
@@ -26,21 +26,21 @@
- {{ end }}
+ {{- end }}
-{{ end }}
+{{- end }}
--
cgit v1.2.3