From 675d6d70c5458f0e89c8c1ef29552f1c6f6dd423 Mon Sep 17 00:00:00 2001 From: Casey Kolderup Date: Thu, 12 Oct 2023 19:50:57 -0700 Subject: [PATCH] fix mastodon verification with this one weird trick --- src/pages/layouts/main.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/layouts/main.hbs b/src/pages/layouts/main.hbs index 86933de..2491e08 100644 --- a/src/pages/layouts/main.hbs +++ b/src/pages/layouts/main.hbs @@ -3,7 +3,7 @@ - {{#if mastodonAccount}} + {{#if (mastodonAccount)}} {{/if}} {{{feedLink}}}