From b0e151acb38ed185b3fda508a2c73adbe87d26fc Mon Sep 17 00:00:00 2001 From: Stephen Walsh <868017+stphnwlsh@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:03:17 +1000 Subject: [PATCH] Revert using the alternative setting to use name instead --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 978a0fb..629c9fc 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,7 @@
{{ with .Site.Author.image }} - {{ $.Site.Author.alternative }} + {{ $.Site.Author.name }} {{ end }}

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