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;