From ad23989ddc2a6508c066dd6fec9e45cd13c98943 Mon Sep 17 00:00:00 2001 From: Joe Roe Date: Fri, 5 Mar 2021 12:34:45 +0100 Subject: [PATCH] Add alt text for logo in aside --- layouts/partials/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/about.html b/layouts/partials/about.html index 43310ef..3c23950 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -1,6 +1,6 @@ {{ with .Site.Params.about }}
-{{ with .logo }}{{ end }} + {{ with .logo }}{{ end }}

{{ .title }}

{{ with .description }}

{{ . | markdownify }}

{{ end }}