From 183fa0ed4b5b78db62ea9ca70be2018e2e446fe7 Mon Sep 17 00:00:00 2001 From: rv Date: Tue, 31 Oct 2023 00:36:11 -0600 Subject: [PATCH] 10-31-23_00:36:11 --- _data/authors.yml | 6 +++--- _layouts/post.html | 2 +- _posts/2023-10-27-Update.md | 2 +- _posts/Template.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/authors.yml b/_data/authors.yml index 69f8a43..e94a1f3 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,10 +1,10 @@ -Rax Ventus: +RaxVentus: name: Rax Ventus image: rax_round.png bio: Intentionally Left Blank, for testing purposes. socials: - - type: Twitter - url: https://twitter.com/raxventus + - type: Mastadon + url: https://dc801.space/@Raxventus - type: GitTea url: https://git.astragroup.info/rax - type: Profile Picture By diff --git a/_layouts/post.html b/_layouts/post.html index f018fe9..5059fdd 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,7 +12,7 @@ layout: default
-{% assign authorData = site.data.authors[page.author|default: site.author] %} +{% assign authorData = site.data.authors[page.author.name | default: site.author] %}
{{ page.author.name | default: site.author }}'s profile picture. diff --git a/_posts/2023-10-27-Update.md b/_posts/2023-10-27-Update.md index fc16042..12c9937 100644 --- a/_posts/2023-10-27-Update.md +++ b/_posts/2023-10-27-Update.md @@ -2,7 +2,7 @@ layout: post title: Services Update published: true -author: "Rax Ventus" +author: RaxVentus date: 2023-10-27 18:35 --- diff --git a/_posts/Template.yml b/_posts/Template.yml index e858bd1..22e6eda 100644 --- a/_posts/Template.yml +++ b/_posts/Template.yml @@ -2,6 +2,6 @@ layout: post title: Services Update published: true -author: "Rax Ventus" +author: RaxVentus date: 202X-XX-XX XX:XX --- \ No newline at end of file