From fa7b7f17c3088f5eba386439fbd70db2387b9097 Mon Sep 17 00:00:00 2001 From: "Aaron N. Brock" Date: Sat, 3 Oct 2020 00:42:03 -0400 Subject: [PATCH] remove bottom margins on blog & portfolio headers --- layouts/partials/blogSection.html | 2 +- layouts/partials/portfolioSection.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/blogSection.html b/layouts/partials/blogSection.html index 962e820..0aa081f 100644 --- a/layouts/partials/blogSection.html +++ b/layouts/partials/blogSection.html @@ -28,7 +28,7 @@
{{ .PublishDate.Format "January 2, 2006" }} -

+

{{ .Title }}

diff --git a/layouts/partials/portfolioSection.html b/layouts/partials/portfolioSection.html index 03b6423..8a321b5 100644 --- a/layouts/partials/portfolioSection.html +++ b/layouts/partials/portfolioSection.html @@ -18,7 +18,7 @@ portfolio-thumb
{{ .Params.service }} -

+

{{ .Title }}

See details