From b36e6558ae6865a02f19c16a9aae009802decfe1 Mon Sep 17 00:00:00 2001 From: rv Date: Tue, 31 Oct 2023 01:09:05 -0600 Subject: [PATCH] 10-31-23_01:09:05 --- _config.yml | 2 +- _layouts/post.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 6ad7503..0d23feb 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: "Rax Ventus" +author: RaxVentus diff --git a/_layouts/post.html b/_layouts/post.html index 8ff817d..509c433 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,11 +12,11 @@ layout: default
-{% assign authorData = site.data.authors[page.author] | default: site.author %} +{% assign authorData = site.data.authors[page.author] | default: site.data.author %}
{{ page.author.name | default: site.author }}'s profile picture. -
{{ page.author.name | default: site.author }}
+
{{ page.author.name | default: site.author.name }}

{{ authorData.bio }}

{% for social in authorData.socials %}