From 54059b0e57ac82bb843b0b7794c884ef6bdd520d Mon Sep 17 00:00:00 2001 From: Scott McKendry <39483124+scottmckendry@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:13:04 +1200 Subject: [PATCH] Add scottmckendry.tech to users --- exampleSite/content/users/users.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index d4939c3c..0307d995 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -412,5 +412,12 @@ "tags": [ "Personal site" ] - } + }, + { + "title": "scottmckendry.tech", + "url": "https://scottmckendry.tech", + "tags": [ + "Personal site" + ] + }, ]