From 2a4710cf55ead63351e93c7c9927b841936c3be3 Mon Sep 17 00:00:00 2001 From: rv Date: Tue, 31 Oct 2023 00:00:31 -0600 Subject: [PATCH] 10-31-23_00:00:31 --- _layouts/default.html | 2 +- _layouts/post.html | 5 ++--- _layouts/simple.html | 5 ++--- assets/additionalCSS.css | 23 ----------------------- assets/authorblurb.css | 3 +++ 5 files changed, 8 insertions(+), 30 deletions(-) delete mode 100644 assets/additionalCSS.css diff --git a/_layouts/default.html b/_layouts/default.html index 565bfa3..f9f8e9b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ - + diff --git a/_layouts/post.html b/_layouts/post.html index 8c0463b..61796b7 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,6 @@ --- layout: default --- - {{ page.date | date: "%-d %B %Y" }}

{{ page.title }}

@@ -16,8 +15,8 @@ layout: default {% assign authorData = site.data.authors[site.author] %}
- {{ site.author }}'s profile picture. -
{{ site.author }}
+ {{ page.author }}'s profile picture. +
{{ page.author }}

{{ authorData.bio }}

{% for social in authorData.socials %} diff --git a/_layouts/simple.html b/_layouts/simple.html index d90e2da..7541f9d 100644 --- a/_layouts/simple.html +++ b/_layouts/simple.html @@ -5,13 +5,12 @@ - + - {% seo %} - +