From 4d84c2a622929d6ff5ab7f40697bc4e47f76e057 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 7 Jul 2019 12:22:18 +0200 Subject: themes: Remove terrassa theme --- themes/terrassa/layouts/partials/sections.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 themes/terrassa/layouts/partials/sections.html (limited to 'themes/terrassa/layouts/partials/sections.html') 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 -- cgit v1.2.3