From 226db6aa58f55c3e74cb37cf0ab74343a387f45b Mon Sep 17 00:00:00 2001 From: as027811 Date: Wed, 21 Oct 2020 00:53:48 -0400 Subject: [PATCH] remove extra space --- layouts/partials/sections/about.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index 3f45dca..914fea0 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -1,4 +1,3 @@ - {{ $sectionID := replace (lower .section.name) " " "-" }} {{ if .section.id }} {{ $sectionID = .section.id }}