summaryrefslogtreecommitdiffstats
path: root/layouts/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/list.html')
-rw-r--r--layouts/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/list.html b/layouts/list.html
index 43c0bc4..0db2c2b 100644
--- a/layouts/list.html
+++ b/layouts/list.html
@@ -1,4 +1,4 @@
{{ define "main" }}
- <h1 class="title">{{ .Title }}</h1>
- {{ partial "pages.html" . }}
+<h1 class="title">{{ .Title }}</h1>
+{{ partial "pages.html" . }}
{{ end }}