From c85a0155a1599d79eafe98007cf718bea5abc8a8 Mon Sep 17 00:00:00 2001 From: Nate B Date: Sun, 15 Nov 2020 05:13:38 -0700 Subject: [PATCH] 11-15-20_05:13:38 --- _data/authors.yml | 2 +- _layouts/post.html | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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] %}