From d47054f8d7224555dc86d92c283c2e04cb29907b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 10 Oct 2021 19:58:19 -0700 Subject: [PATCH] Fix the heading spacing discrepancy between homepage and content pages --- layouts/partials/header.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9ff4a25..46e15c1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,13 +1,7 @@
- {{ if .IsHome }}

{{ site.Title }}

- {{ else }} - - {{ end }} {{ $url := .RelPermalink }} {{ with site.Menus.main }}