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 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'layouts/partials/head.html') 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" . }} -- cgit v1.2.1-24-ge1ad