From c043b199eb247638a08945b88d76601c99e737b6 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 19 Dec 2024 01:10:07 +0100 Subject: author params --- layouts/partials/footer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts/partials/footer.html') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a0e4472..d9e6ccc 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -35,17 +35,17 @@ > The content in this website by - {{ with .Site.Author.homepage }} + {{ with .Site.Params.Author.homepage }} - {{ $.Site.Author.name }} + {{ $.Site.Params.Author.name }} {{ else }} - {{ $.Site.Author.name }} + {{ $.Site.Params.Author.name }} {{ end }} is licensed under a @@ -84,7 +84,7 @@ {{ else }} Copyright © {{ now.Format "2006" }} - {{ .Site.Author.name }} + {{ .Site.Params.Author.name }} {{ end }} -- cgit v1.2.3