From 78236841f0959d43830b2e69f30e8cca0d0ed5c6 Mon Sep 17 00:00:00 2001
From: Adrien Beaudouin
Date: Sat, 30 Nov 2024 18:57:45 +0100
Subject: [PATCH] fix author
---
layouts/partials/footer.html | 2 +-
layouts/partials/home/profile.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f515e89..e916118 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -86,7 +86,7 @@
{{- else }}
©
{{ now.Format "2006" }}
- {{ .Site.Author.name | markdownify | emojify }}
+ {{ .Site.Params.Author.name | markdownify | emojify }}
{{- end }}
{{ end }}
diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html
index 4c0dee8..47a2eff 100644
--- a/layouts/partials/home/profile.html
+++ b/layouts/partials/home/profile.html
@@ -6,9 +6,9 @@
>
- {{ with .Site.Author.headline }}
+ {{ with .Site.Params.Author.headline }}
{{ . | markdownify | emojify }}