From f0458900f5cac8f0d9dde36bbb986ef89596b976 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 27 Aug 2023 17:08:25 +0530 Subject: not loading home.css when not needed --- layouts/partials/head.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3dd4906..16ef380 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -13,10 +13,9 @@ - {{ if eq .Section "blog" }} - {{ else }} + {{ else if eq .Kind "home" }} {{ end }} -- cgit v1.2.3