From ae570bc3cef90f2aecf28a1f4dc908d78f5c4be5 Mon Sep 17 00:00:00 2001 From: Nate B Date: Sun, 15 Nov 2020 05:17:40 -0700 Subject: [PATCH] 11-15-20_05:17:40 --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 30d8d8d..a9318b4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,11 +9,11 @@ layout: default {{content}} -{% assign authorData = site.data.authors[page.author | default: site.author] %} +{% assign authorData = site.data.authors[site.author] %}
{{ page.author }}'s profile picture. -
{{ page.author }}
+
{{ site.author }}

{{ authorData.bio }}

{% for social in authorData.socials %}