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.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/terrassa/layouts/partials/sections.html b/themes/terrassa/layouts/partials/sections.html
deleted file mode 100644
index eda7fd2..0000000
--- a/themes/terrassa/layouts/partials/sections.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{{ $items := (where $.Site.RegularPages "Type" "sections") }}
-{{ $len := (len $items) }}
-
-{{ range $i, $e := $items }}
-{{ 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