Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sections.html')
-rw-r--r--layouts/partials/sections.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/sections.html b/layouts/partials/sections.html
index 6d4cfc3..2fc5b87 100644
--- a/layouts/partials/sections.html
+++ b/layouts/partials/sections.html
@@ -5,6 +5,10 @@
{{ 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
+{{ end}}