From 7078f74b2b79f62007d4300759b22ab44e105b66 Mon Sep 17 00:00:00 2001 From: Joshua K <84158931+joush007@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:26:42 +1100 Subject: [PATCH] Remove non-existant site (404) After browsing some of the pages on the users page of the blowfish site, I have found that there was a site returning a 404. Due to this I decided to remove it to make sure that things work good. :+1: --- exampleSite/content/users/users.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 465be64d5..e12a98289 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -364,13 +364,6 @@ "Personal site" ] }, - { - "title": "jahsehj.github.io", - "url": "https://jahsehj.github.io/", - "tags": [ - "Personal site mainly in Chinese" - ] - }, { "title": "jundimubarok.com", "url": "https://jundimubarok.com/",