From 667e11c4ec3835d959aab1797647bd0a49869674 Mon Sep 17 00:00:00 2001 From: etienne Date: Tue, 21 Oct 2014 23:35:24 +0200 Subject: Init commit --- layouts/index.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100755 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100755 index 0000000..af4654e --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,74 @@ +{{ partial "header.html" . }} +{{ partial "top-block.html" . }} + {{ range $index, $element := .Data.Pages.ByWeight }}{{ if eq .Section "post" }} + +
+ + {{ if modBool $index 2 }}
{{ else }}
{{ end}} +
+
+
+ {{ if (isset .Params "icon") }} + + {{ end }} +

{{ .Title }}

+

+ {{ .Content }} +

+
+
+
+
+ + {{ end }} + {{ if eq .Section "carousel" }} + + + +
+
+
+
+ {{ if (isset .Params "icon") }} + + {{ end }} +

{{ .Content }}

+
+
+
+
+ + +
+
+
+
+
+ + {{ end }} + {{ end }} + +
+ + +
+
+
+
+

Getting Started

+ Download + Quickstart Guide +

 

+

Using Homebrew?

+
brew install hugo
+
+
+
+
+ + +{{ partial "footer.html" . }} -- cgit v1.3