From d323b280f56aaf53906cb59c1af475d97b2274b5 Mon Sep 17 00:00:00 2001 From: Chris-Larkin Date: Fri, 20 Dec 2024 15:09:18 +0000 Subject: [PATCH] update about widget --- content/home/index.md | 4 ++-- .../custom-wowchemy-theme/layouts/partials/widgets/about.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/home/index.md b/content/home/index.md index 1548a83..166ceca 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -6,6 +6,6 @@ type: "widget_page" sections: - block: about content: - author: "admin" # Reference your author + author: "admin" title: "About Me" - weight: 10 \ No newline at end of file + weight: 10 diff --git a/themes/custom-wowchemy-theme/layouts/partials/widgets/about.html b/themes/custom-wowchemy-theme/layouts/partials/widgets/about.html index 6b211d4..593d5e4 100644 --- a/themes/custom-wowchemy-theme/layouts/partials/widgets/about.html +++ b/themes/custom-wowchemy-theme/layouts/partials/widgets/about.html @@ -27,7 +27,7 @@
{{ if site.Params.avatar.gravatar }} - {{$person_page.Title}} + {{$person_page.Title}} {{ else if $avatar }} {{ $avatar_image := $avatar.Fill "270x270 Center" }} {{$person_page.Title}}