From f4c1e17906cced12287aaca5c7c7c80bf03fece7 Mon Sep 17 00:00:00 2001 From: Karlukle Date: Sat, 3 Feb 2024 10:51:10 +0800 Subject: [PATCH] Update users.json Add my blowfish website to the user list --- 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 5ac78a99..06f9d238 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -566,5 +566,12 @@ "tags": [ "Personal blog" ] + }, + { + "title": "smileguide.github.io", + "url": "https://smileguide.github.io", + "tags": [ + "Personal site" + ] } -] \ No newline at end of file +]