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/card.html | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 themes/terrassa/layouts/_default/card.html (limited to 'themes/terrassa/layouts/_default/card.html') diff --git a/themes/terrassa/layouts/_default/card.html b/themes/terrassa/layouts/_default/card.html deleted file mode 100644 index 6a184f1..0000000 --- a/themes/terrassa/layouts/_default/card.html +++ /dev/null @@ -1,28 +0,0 @@ -
-
-

- - {{ .Title }} - -

- {{ if ne .Type "page" }} - {{ if and $.Site.Params.posts.showDate $.Site.Params.posts.showAuthor }} -

- {{ dateFormat $.Site.Params.posts.dateFormat .Date }} By {{ $.Params.author }}. -

- {{ else if $.Site.Params.posts.showDate }} -

{{ dateFormat $.Site.Params.posts.dateFormat .Date }}

- {{ else if $.Site.Params.posts.showAuthor }} -

By {{ $.Params.author }}.

- {{ end }} - {{ end }} -
- -
- {{ .Content | truncate 480 }} -
- - -
\ No newline at end of file -- cgit v1.2.3