From 1fa9afaa77a4ccff95578568b8c833aaba11d771 Mon Sep 17 00:00:00 2001 From: Michael Noronha Date: Tue, 14 Aug 2018 23:15:09 -0700 Subject: [PATCH] Add option to exclude any headings from navbar This implementation is somewhat messy, but I think the resulting default is sane and it allows customizability. The motivation was it felt weird to me to be linking to a blog, when the home link right above linked to a slighly different version of the same page. --- layouts/partials/header.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ae0fb1c..5b157cf 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -20,18 +20,18 @@

{{ .Site.Title }}