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