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/_default/single.html | 37 ---------------------------- 1 file changed, 37 deletions(-) delete mode 100644 themes/terrassa/layouts/_default/single.html (limited to 'themes/terrassa/layouts/_default/single.html') diff --git a/themes/terrassa/layouts/_default/single.html b/themes/terrassa/layouts/_default/single.html deleted file mode 100644 index 9f108f7..0000000 --- a/themes/terrassa/layouts/_default/single.html +++ /dev/null @@ -1,37 +0,0 @@ -{{ define "main" }} -
-
-

{{ .Title }}

- {{ if .Description }} -

{{ .Description }}

- {{ end }} - {{ if ne .Type "page" }} - {{ if and $.Site.Params.posts.showDate $.Site.Params.posts.showAuthor }} - - {{ else if $.Site.Params.posts.showDate }} - - {{ else if $.Site.Params.posts.showAuthor }} - - {{ end }} - {{ end }} -
- - {{ if ne .Type "page" }} -
- {{ .Content }} -
- {{ else }} -
- {{ .Content }} -
- {{ end }} - - {{ if ne .Type "page" }} - - {{ end }} -
-{{ end }} \ No newline at end of file -- cgit v1.2.3