From f1b5bebff966eb3ae95e0d5a564371d00e5bfb88 Mon Sep 17 00:00:00 2001 From: Stephen Walsh <868017+stphnwlsh@users.noreply.github.com> Date: Mon, 14 Feb 2022 12:38:15 +1000 Subject: [PATCH] Add alt text to image --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index d444ff8..978a0fb 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,7 @@
{{ with .Site.Author.image }} - + {{ $.Site.Author.alternative }} {{ end }}

{{ .Params.title | default .Site.Author.name | default .Site.Title | emojify }}