From d9ecb60e2ada185446e9bade0c17db31ebca5f2f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 21 May 2019 21:54:40 -0400 Subject: [PATCH] fix hashtags --- templates/talkpost.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/talkpost.html b/templates/talkpost.html index 94ddc0f..08d0ea8 100644 --- a/templates/talkpost.html +++ b/templates/talkpost.html @@ -85,7 +85,7 @@ function share_on_mastodon() { localStorage['mastodon_instance'] = instance; // Hashtags - var hashtags = "#blogpost"; + var hashtags = "#talk"; // Tagging users, such as offical accounts or the author of the post var author = "@cadey@mst3k.interlinked.me";