diff --git a/_data/authors.yml b/_data/authors.yml index 1ed22f0..69f8a43 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,4 +1,4 @@ -Rax: +Rax Ventus: name: Rax Ventus image: rax_round.png bio: Intentionally Left Blank, for testing purposes. diff --git a/_layouts/post.html b/_layouts/post.html index 8f220c1..f018fe9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,7 +12,7 @@ layout: default
-{% assign authorData = site.data.authors[site.author] %} +{% assign authorData = site.data.authors[page.author|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 720bc0f..fc16042 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 +author: "Rax Ventus" date: 2023-10-27 18:35 --- diff --git a/_posts/Template.yml b/_posts/Template.yml index 767c3ac..e858bd1 100644 --- a/_posts/Template.yml +++ b/_posts/Template.yml @@ -2,6 +2,6 @@ layout: post title: Services Update published: true -author: Rax +author: "Rax Ventus" date: 202X-XX-XX XX:XX --- \ No newline at end of file