From 1938abbd1516e775448af7e9bca58a0a09809270 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Tue, 29 Aug 2017 21:37:25 +0200
Subject: Move contact info to homepage
---
layouts/index.html | 32 ++++++++++++++++++++++++++++++++
themes/hyde | 2 +-
2 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 layouts/index.html
diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..18d5a7f
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,32 @@
+{{ partial "head.html" . }}
+
+
+
+ Recent Posts
+
+ {{ range first 3 .Data.Pages }}
+ -
+ {{ .Title }}
+
+
+ {{ end }}
+
+
+
+
+ {{ partial "sidebar.html" . }}
+
+