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