From 01767f767de6081774ad695906a0ed6e40fb24da Mon Sep 17 00:00:00 2001 From: law Date: Tue, 21 Nov 2023 00:25:19 -0700 Subject: [PATCH] add md drop-shadow for increased visibility on light/non-gradient hero images --- layouts/partials/home/hero.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/home/hero.html b/layouts/partials/home/hero.html index 3c97ffe7..e097d0e5 100644 --- a/layouts/partials/home/hero.html +++ b/layouts/partials/home/hero.html @@ -26,11 +26,11 @@ alt="{{ $.Site.Author.name | default " Author" }}" src="{{ $authorImage.RelPermalink }}" /> {{ end }} {{ end }} -

+

{{ .Site.Author.name | default .Site.Title }}

{{ with .Site.Author.headline }} -

+

{{ . | markdownify | emojify }}

{{ end }}