diff --git a/_data/authors.yml b/_data/authors.yml index aea5e40..da3866c 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,5 +1,5 @@ Rax Ventus: - photo: rax_round.png + image: rax_round.png bio: Intentionally Left Blank, for testing purposes. socials: - type: Twitter diff --git a/_layouts/post.html b/_layouts/post.html index 66d8f8a..9b17446 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,10 +9,6 @@ layout: default {{content}} -{% if page.tags %} - tags: {{ page.tags | join: " - " }} -{% endif %} - {% assign authorData = site.data.authors[page.author] %}