From a0b09e3df735b909744570fbca53a55ed467e767 Mon Sep 17 00:00:00 2001 From: rv Date: Tue, 31 Oct 2023 01:13:35 -0600 Subject: [PATCH] 10-31-23_01:13:35 --- _config.yml | 2 +- _layouts/post.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 0d23feb..ee0bc21 100644 --- a/_config.yml +++ b/_config.yml @@ -19,4 +19,4 @@ encoding: utf-8 livereload: true livereload_min_delay: 60 livereload_max_delay: 600 -author: RaxVentus +author: RaxVentus \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 509c433..9871e4c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,10 +12,10 @@ layout: default
-{% assign authorData = site.data.authors[page.author] | default: site.data.author %} +{% assign authorData = site.data.authors[page.author] | default: site.data.authors[site.author] %}
- {{ page.author.name | default: site.author }}'s profile picture. + {{ page.author.name | default: site.author.name }}'s profile picture.
{{ page.author.name | default: site.author.name }}

{{ authorData.bio }}

{% for social in authorData.socials %}