From 1377cd916bf5253c3d9e8d22d4e0a128562dc4f1 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sun, 13 Oct 2024 18:32:56 +0200 Subject: [PATCH] Fix new variable on home page --- layouts/partials/author.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/author.html b/layouts/partials/author.html index 7a53b42..56af95c 100644 --- a/layouts/partials/author.html +++ b/layouts/partials/author.html @@ -3,7 +3,7 @@ avatar
-

{{ .Site.Params.author }}

+

{{ .Site.Params.author.name }}

{{ .Site.Params.info }}

{{ partial "social.html" . }}