From 155f263d2fb21ef6852826f1e5dd3cb11f12425e Mon Sep 17 00:00:00 2001
From: Kevin Wiliarty
Date: Sat, 24 Feb 2018 23:12:18 -0500
Subject: Fix #47: adds hook_head_end partial
---
layouts/partials/head.html | 4 +++-
layouts/partials/head_fonts.html | 1 +
layouts/partials/hook_head_end.html | 0
3 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 layouts/partials/head_fonts.html
create mode 100644 layouts/partials/hook_head_end.html
(limited to 'layouts')
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 99806aa..20baf8f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -19,7 +19,7 @@
-
+ {{ partial "head_fonts.html" . }}
@@ -27,4 +27,6 @@
+
+ {{ partial "hook_head_end.html" . }}
diff --git a/layouts/partials/head_fonts.html b/layouts/partials/head_fonts.html
new file mode 100644
index 0000000..4729eb2
--- /dev/null
+++ b/layouts/partials/head_fonts.html
@@ -0,0 +1 @@
+
diff --git a/layouts/partials/hook_head_end.html b/layouts/partials/hook_head_end.html
new file mode 100644
index 0000000..e69de29
--
cgit 1.4.1