From e5ff39d0deeaab8501f30c793533cf482416c445 Mon Sep 17 00:00:00 2001 From: Adam Ormsby Date: Sat, 2 Nov 2019 17:32:57 +0700 Subject: [PATCH] moved head bit for Formspree to prepended head file (proper place) --- layouts/partials/head.html | 1 - layouts/partials/prepended_head.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 9685a72..1cc0341 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,6 @@ - diff --git a/layouts/partials/prepended_head.html b/layouts/partials/prepended_head.html index 03c91de..d00f9fe 100644 --- a/layouts/partials/prepended_head.html +++ b/layouts/partials/prepended_head.html @@ -2,3 +2,4 @@ If you want to include any custom html at the beginning of before scripts or links are declared, put it in /layouts/partials/prepended_head.html. Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/prepended_head.html doesn't exist. --> +