From e1dcf8ca07ba703a2ff6d94052019bbd0c3cc9f0 Mon Sep 17 00:00:00 2001 From: Jens Pitkanen Date: Sat, 3 May 2025 20:39:45 +0300 Subject: [PATCH] Add the commit author to the webring --- static/webring/froglist.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/webring/froglist.json b/static/webring/froglist.json index 41b2efd..eec3c9b 100644 --- a/static/webring/froglist.json +++ b/static/webring/froglist.json @@ -46,5 +46,11 @@ "url": "https://juandiegomontoya.github.io/", "displayName": "Jake Ryan", "description": "A blog about graphics frogramming" + }, + { + "name": "neonmoe", + "url": "https://blog.neon.moe/", + "displayName": "Jens Pitkänen", + "description": "A blog about programming, the small web, and arcane personal computing" } ]