From fd3a461cf4d0d067b4b7585ee1523dd3ff454568 Mon Sep 17 00:00:00 2001 From: jshiffer Date: Sat, 17 Aug 2024 12:30:15 -0700 Subject: [PATCH] mastodon account verification link can be invisible, but this lets us verify our mastodon account --- layouts/partials/now.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/now.html b/layouts/partials/now.html index 686489c..db5a21e 100644 --- a/layouts/partials/now.html +++ b/layouts/partials/now.html @@ -11,7 +11,12 @@ 33% { color: #45e845; } 66% {color: #4545e8; } } + + .invisible { + display: none; + } +