From 748564be8a54f07761eea87c1bb84009e16a8593 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 3 Jan 2017 11:46:35 +0200 Subject: WIP Signed-off-by: Darin Dimitroff --- site/layouts/post/li.html | 6 ------ site/layouts/post/list.html | 14 -------------- 2 files changed, 20 deletions(-) delete mode 100644 site/layouts/post/li.html delete mode 100644 site/layouts/post/list.html (limited to 'site/layouts/post') diff --git a/site/layouts/post/li.html b/site/layouts/post/li.html deleted file mode 100644 index de2d1da..0000000 --- a/site/layouts/post/li.html +++ /dev/null @@ -1,6 +0,0 @@ - -

{{ .Title }}

-

{{ .Date.Format "Mon, Jan 2, 2006" }}

-

{{ .Summary }}

- -
diff --git a/site/layouts/post/list.html b/site/layouts/post/list.html deleted file mode 100644 index 5d13c7e..0000000 --- a/site/layouts/post/list.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ partial "header" . }} -{{ partial "nav" . }} - -{{ partial "jumbotron" (dict "imageUrl" "img/2.jpg" "title" "post title goes here") }} - - - -{{ partial "footer" . }} -- cgit v1.3