From 254e7e45302453e5b9bfe5e8561fb540232ac924 Mon Sep 17 00:00:00 2001 From: rv Date: Tue, 31 Oct 2023 00:43:30 -0600 Subject: [PATCH] 10-31-23_00:43:30 --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 5059fdd..73c15b9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,7 +12,7 @@ layout: default
-{% assign authorData = site.data.authors[page.author.name | default: site.author] %} +{% assign authorData = site.data.authors[page.author.name] %}
{{ page.author.name | default: site.author }}'s profile picture.