diff --git a/_data/authors.yml b/_data/authors.yml index d564b44..aea5e40 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,6 +1,6 @@ Rax Ventus: - photo: /_img/rax_round.png - bio: Intentionally Left BLank, for testing purposes. + photo: rax_round.png + bio: Intentionally Left Blank, for testing purposes. socials: - type: Twitter url: https://twitter.com/raxventus diff --git a/_layouts/post.html b/_layouts/post.html index fd8ca8c..66d8f8a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,7 +16,7 @@ layout: default {% assign authorData = site.data.authors[page.author] %}
- {{ page.author }}'s profile picture. + {{ page.author }}'s profile picture.
{{ page.author }}

{{ authorData.bio }}

{% for social in authorData.socials %} diff --git a/_img/rax_round.png b/img/rax_round.png similarity index 100% rename from _img/rax_round.png rename to img/rax_round.png