aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/indexes
diff options
context:
space:
mode:
authorDarin Dimitroff <d@thecrazyones.agency>2017-01-03 11:46:35 +0200
committerDarin Dimitroff <d@thecrazyones.agency>2017-01-03 11:46:35 +0200
commit748564be8a54f07761eea87c1bb84009e16a8593 (patch)
tree743c6a2105afd7fadb83e9e68aa611551a188201 /site/layouts/indexes
parent7163e7d16db40a3382167dcec145cd033114227a (diff)
WIP
Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
Diffstat (limited to 'site/layouts/indexes')
-rw-r--r--site/layouts/indexes/post.html16
1 files changed, 0 insertions, 16 deletions
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") }}
-
-<div class="mw7 center">
- <ul class="flex-ns flex-wrap mhn1-ns pa3">
- {{ range .Data.Pages }}
- <div class="w-50-ns ph1-ns flex">
- {{ .Render "li"}}
- </div>
- {{ end }}
- </ul>
-</div>
-
-{{ partial "footer" . }}