From c0b196834fd76470c99f54952a47f230fe2e23e4 Mon Sep 17 00:00:00 2001 From: Gottfried Mayer Date: Wed, 13 Sep 2023 22:46:41 +0200 Subject: [PATCH] feat: add gma.name and mayer.life to active users list --- exampleSite/content/users/users.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index d4939c3cb..1332aa346 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -412,5 +412,19 @@ "tags": [ "Personal site" ] + }, + { + "title": "gma.name", + "url": "https://gma.name", + "tags": [ + "Personal site" + ] + }, + { + "title": "mayer.life" + "url": "https://mayer.life", + "tags": [ + "Personal site" + ] } ]