From 1a181e05aecd98b06363c6f3a3f622f56de6b67b Mon Sep 17 00:00:00 2001 From: Harsh Pandey Date: Sun, 19 Apr 2020 17:47:49 +0530 Subject: [PATCH] Made changes which were causing builds to fail I updated ne to not and now it builds perfectly on zeit and netlify --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 98f284e..43265f9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -40,7 +40,7 @@ -{{ if and (ne .IsHome) (isset .Params "cover") }} +{{ if and (not .IsHome) (isset .Params "cover") }} {{ else }} {{ if isset $.Site.Params "favicon" }}