summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2024-12-01 19:45:21 -0600
committerMark Powers <mark@marks.kitchen>2024-12-01 19:45:21 -0600
commit049babdd9999c0430852b6e833dfe90ff96731af (patch)
treeab206e4574c7f5bfa57cf8ed0d324a1a59c422d6 /layouts/partials
parent2d7874b7a58861ebc452374ad22013c5d200f1f9 (diff)
Update layout for hugo v124+
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 4f1993a..2762e62 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- author -->
- <meta name="author" content="{{ .Site.Author.name }}">
+ <meta name="author" content="{{ .Site.Params.Author.name }}">
<!-- description -->
<meta name="description" content="{{ .Site.Params.Description }}">