aboutsummaryrefslogtreecommitdiff
path: root/themes/terrassa/layouts/partials/sections.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/terrassa/layouts/partials/sections.html')
-rw-r--r--themes/terrassa/layouts/partials/sections.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/terrassa/layouts/partials/sections.html b/themes/terrassa/layouts/partials/sections.html
index 6d4cfc3..eda7fd2 100644
--- a/themes/terrassa/layouts/partials/sections.html
+++ b/themes/terrassa/layouts/partials/sections.html
@@ -2,9 +2,13 @@
{{ $len := (len $items) }}
{{ range $i, $e := $items }}
-{{ partial "section.html" .}}
+{{ partial "section.html" . }}
{{ if ne (add $i 1) $len }}
+
+{{ if $.Site.Params.separator.show }}
{{ partial "separator.html" . }}
+{{ end }}
+
{{ end }}
{{ end}} \ No newline at end of file