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 %} {{ social.type }}