summaryrefslogtreecommitdiffstats
path: root/layouts/term.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/term.html')
-rw-r--r--layouts/term.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/term.html b/layouts/term.html
index 2a99edb..a44796a 100644
--- a/layouts/term.html
+++ b/layouts/term.html
@@ -1,6 +1,6 @@
{{ define "main" }}
- {{- $term := .Data -}}
- <h1 class="title">Pages with {{ $term.Singular | humanize }} &lsquo;{{ .Title }}&rsquo;</h1>
- {{ .Content }}
- {{- partial "pages.html" . -}}
+{{- $term := .Data -}}
+<h1 class="title">Pages with {{ $term.Singular | humanize }} &lsquo;{{ .Title }}&rsquo;</h1>
+{{ .Content }}
+{{- partial "pages.html" . -}}
{{ end }}