From da66ac1983b586765652f54bf556f268f1e32ff4 Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 26 Apr 2014 16:25:13 -0600 Subject: Adding the hyde theme --- layouts/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..cb75c3b --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,26 @@ +{{ template "theme/chrome/head.html" . }} + + +{{ template "theme/chrome/sidebar.html" . }} + +
+
+ + {{ range .Data.Pages }} +
+

+ + {{ .Title }} + +

+ + + + {{ .Content }} +
+ {{ end }} +
+ + + + -- cgit 1.4.1