point footer to homelab status page

This commit is contained in:
Aaron Honeycutt 2024-11-21 19:21:22 -07:00
parent eab05336c1
commit 316f9cfae3

View file

@ -153,5 +153,5 @@ share = true
# [optional] other misc urls that should be shown in the post footers # [optional] other misc urls that should be shown in the post footers
# both `name` and `url` should be defined for visibility # both `name` and `url` should be defined for visibility
misc = [ misc = [
{ name = "pixelfed", url = "https://pixelfed.social/i/web/profile/258996401164390400" } { name = "homelab status", url = "https://status.ahoneybun.net" }
] ]