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 %} {{ social.type }}