From 316f9cfae300ed2904be305a94bc0093da7924d6 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 21 Nov 2024 19:21:22 -0700 Subject: [PATCH] point footer to homelab status page --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 94ed8fc..995e71b 100644 --- a/config.toml +++ b/config.toml @@ -153,5 +153,5 @@ share = true # [optional] other misc urls that should be shown in the post footers # both `name` and `url` should be defined for visibility misc = [ - { name = "pixelfed", url = "https://pixelfed.social/i/web/profile/258996401164390400" } + { name = "homelab status", url = "https://status.ahoneybun.net" } ]