From 30d201469ec01b2e0bbdab898bab7919abcb9692 Mon Sep 17 00:00:00 2001 From: Matt J Cloyd Date: Thu, 11 Apr 2024 16:18:51 -0400 Subject: [PATCH] Fix author alert message There were two conflicting files for qituwra-anderson. The most recent (plaintext) had published=true, the older one (Markdown) had published=false. This commit deletes the plaintext file and sets the markdown file to published=true. --- _authors/matt-cloyd.md | 7 +++++++ _authors/qituwra-anderson | 7 ------- _authors/qituwra-anderson.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 _authors/matt-cloyd.md delete mode 100644 _authors/qituwra-anderson diff --git a/_authors/matt-cloyd.md b/_authors/matt-cloyd.md new file mode 100644 index 000000000..38ae801cc --- /dev/null +++ b/_authors/matt-cloyd.md @@ -0,0 +1,7 @@ +--- +name: matt-cloyd +first_name: Matt +last_name: Cloyd +full_name: Matt Cloyd +published: true +--- diff --git a/_authors/qituwra-anderson b/_authors/qituwra-anderson deleted file mode 100644 index 638cae2eb..000000000 --- a/_authors/qituwra-anderson +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: qituwra-anderson -first_name: Qituwra -last_name: Anderson -full_name: Qituwra Anderson -published: true ---- diff --git a/_authors/qituwra-anderson.md b/_authors/qituwra-anderson.md index a3aeb21a0..d0662b586 100644 --- a/_authors/qituwra-anderson.md +++ b/_authors/qituwra-anderson.md @@ -3,6 +3,6 @@ name: qituwra-anderson first_name: Qituwra last_name: Anderson full_name: Qituwra Anderson -published: false +published: true ---