From 0c059c81a0c580f6bf261d23562cce17998d3144 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 23 Apr 2026 18:30:54 +0100 Subject: [PATCH] feat(human.json): added human.json file --- public/human.json | 34 ++++++++++++++++++++++++++++++++++ src/layouts/MainLayout.astro | 1 + 2 files changed, 35 insertions(+) create mode 100644 public/human.json diff --git a/public/human.json b/public/human.json new file mode 100644 index 0000000..778764e --- /dev/null +++ b/public/human.json @@ -0,0 +1,34 @@ +{ + "version": "0.1.1", + "url": "https://foxgirlriley.neocities.org", + "vouches": [ + { + "url": "https://astreaprtcl.dev", + "vouched_at": "2026-04-23" + }, + { + "url": "https://girlkissing.tips", + "vouched_at": "2026-04-23" + }, + { + "url": "https://hopium.club", + "vouched_at": "2026-04-23" + }, + { + "url": "https://autumnvleaves.neocities.org/", + "vouched_at": "2026-04-23" + }, + { + "url": "https://www.poti.chat", + "vouched_at": "2026-04-23" + }, + { + "url": "https://tilde.linuxposting.xyz/~xenonshadow/", + "vouched_at": "2026-04-23" + }, + { + "url": "https://tilde.linuxposting.xyz/~jhalfsharp/", + "vouched_at": "2026-04-23" + } + ] +} \ No newline at end of file diff --git a/src/layouts/MainLayout.astro b/src/layouts/MainLayout.astro index 2207705..4ff288f 100644 --- a/src/layouts/MainLayout.astro +++ b/src/layouts/MainLayout.astro @@ -16,6 +16,7 @@ const hasPosts = (await getCollection("blog")).length > 0; {pageTitle} + {