From 7ffe02d5070b979f7a99727f9a919bc5a2956038 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Sun, 17 Jun 2018 19:40:34 +0200
Subject: Update hyde
---
layouts/index.html | 75 +++++++++++++++++--------------------
layouts/partials/head.html | 19 ----------
layouts/partials/hook_head_end.html | 1 +
3 files changed, 36 insertions(+), 59 deletions(-)
delete mode 100644 layouts/partials/head.html
create mode 100644 layouts/partials/hook_head_end.html
(limited to 'layouts')
diff --git a/layouts/index.html b/layouts/index.html
index 1d1c3e8..870efea 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,40 +1,35 @@
-{{ partial "head.html" . }}
-
-
-
-
- Recent Posts
-
- {{ range first 3 .Data.Pages }}
- -
- {{ .Title }}
-
-
- {{ end }}
-
-
-
-
-
- {{ partial "sidebar.html" . }}
-
-