summaryrefslogtreecommitdiffstats
path: root/layouts/_default/list.html.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html.html')
-rw-r--r--layouts/_default/list.html.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/_default/list.html.html b/layouts/_default/list.html.html
index 13f2947..1badde4 100644
--- a/layouts/_default/list.html.html
+++ b/layouts/_default/list.html.html
@@ -1,13 +1,13 @@
{{ define "main" }}
<div class="articles">
{{ with .Title }}<h1 class="page-title">{{ . }}</h1>{{ end }}
- {{- with .Content }}
- <div class="category-content">
- {{ .Content }}
- </div>
- {{- end }}
+ {{ with .Content }}
+ <div class="category-content">
+ {{ .Content }}
+ </div>
+ {{ end }}
{{ range .Paginator.Pages }}
- {{- .Render "teaser" }}
+ {{ .Render "teaser" }}
{{ end }}
</div>
{{ end }}