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/indexes/post.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 site/layouts/indexes/post.html (limited to 'site/layouts/indexes/post.html') diff --git a/site/layouts/indexes/post.html b/site/layouts/indexes/post.html deleted file mode 100644 index 84b9279..0000000 --- a/site/layouts/indexes/post.html +++ /dev/null @@ -1,16 +0,0 @@ -{{ partial "header" . }} -{{ partial "nav" . }} - -{{ partial "jumbotron" (dict "imageUrl" "/img/post-index.jpg" "title" "Latests stories") }} - -
-
    - {{ range .Data.Pages }} -
    - {{ .Render "li"}} -
    - {{ end }} -
-
- -{{ partial "footer" . }} -- cgit v1.3