From 5d1923452e466b1907063d29cd783325f1fb97db Mon Sep 17 00:00:00 2001 From: Nate B Date: Sun, 15 Nov 2020 05:11:02 -0700 Subject: [PATCH] 11-15-20_05:11:02 --- _data/authors.yml | 4 ++-- _layouts/post.html | 2 +- {_img => img}/rax_round.png | Bin 3 files changed, 3 insertions(+), 3 deletions(-) rename {_img => img}/rax_round.png (100%) 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