From 557e0147412bfa077499d35286b1b40f4b3539e2 Mon Sep 17 00:00:00 2001 From: Dave Ogle Date: Mon, 18 Nov 2024 14:32:50 +0000 Subject: [PATCH 1/3] add a test post --- _posts/2024-11-18-avatar_test.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _posts/2024-11-18-avatar_test.md diff --git a/_posts/2024-11-18-avatar_test.md b/_posts/2024-11-18-avatar_test.md new file mode 100644 index 000000000..e40b0505e --- /dev/null +++ b/_posts/2024-11-18-avatar_test.md @@ -0,0 +1,15 @@ +--- +title: TEST +date: 2024-11-13 00:00:00 Z +categories: +- People +author: dogle +contributors: +- lcollingwood +summary: What up +layout: default_post +--- + +### The low-down + +Some stuff goes in here From 11e84eefc0449c87e171d9e268bc8c15b4eaa1c4 Mon Sep 17 00:00:00 2001 From: Dave Ogle Date: Mon, 18 Nov 2024 16:03:47 +0000 Subject: [PATCH 2/3] Revert "add a test post" This reverts commit 557e0147412bfa077499d35286b1b40f4b3539e2. --- _posts/2024-11-18-avatar_test.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 _posts/2024-11-18-avatar_test.md diff --git a/_posts/2024-11-18-avatar_test.md b/_posts/2024-11-18-avatar_test.md deleted file mode 100644 index e40b0505e..000000000 --- a/_posts/2024-11-18-avatar_test.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: TEST -date: 2024-11-13 00:00:00 Z -categories: -- People -author: dogle -contributors: -- lcollingwood -summary: What up -layout: default_post ---- - -### The low-down - -Some stuff goes in here From 4f215ea2dc87f48050b3866fbbabed73922ee941 Mon Sep 17 00:00:00 2001 From: Dave Ogle Date: Mon, 18 Nov 2024 14:59:54 +0000 Subject: [PATCH 3/3] test fix (cherry picked from commit a021f7d83ead671e0ed9189a0f2f9112ecbd0597) --- _includes/author_picture.html | 8 +++++++- _includes/author_summary.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_includes/author_picture.html b/_includes/author_picture.html index 438e52409..54eeba90d 100644 --- a/_includes/author_picture.html +++ b/_includes/author_picture.html @@ -1,5 +1,11 @@ {% if author.picture %} - {% if post.author %} + {% if author-id %} + {{ author.name }} + {% elsif post.author %} - {{ author.name }} + {% include author_picture.html author-id=author-id %}