From: Kevin Wiliarty Date: Sun, 25 Feb 2018 04:12:18 +0000 (-0500) Subject: Fix #47: adds hook_head_end partial X-Git-Url: http://njoseph.me/gitweb/hyde.git/commitdiff_plain/155f263d2fb21ef6852826f1e5dd3cb11f12425e Fix #47: adds hook_head_end partial --- 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