summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 2209872..7b54a46 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -19,7 +19,7 @@
{{ $paginator := .Paginate (where site.RegularPages "Type" "in" site.Params.main_sections) }}
<div class="articles">
{{- range $paginator.Pages }}
- {{- .Render "teaser" }}
+ {{- .Render "teaser" }}
{{- end }}
</div>
{{- end }}