diff --git a/_config.yml b/_config.yml index 0d23feb..ee0bc21 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: RaxVentus +author: RaxVentus \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 509c433..9871e4c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,10 +12,10 @@ layout: default
-{% assign authorData = site.data.authors[page.author] | default: site.data.author %} +{% assign authorData = site.data.authors[page.author] | default: site.data.authors[site.author] %}
- {{ page.author.name | default: site.author }}'s profile picture. + {{ page.author.name | default: site.author.name }}'s profile picture.
{{ page.author.name | default: site.author.name }}

{{ authorData.bio }}

{% for social in authorData.socials %}