diff options
| -rw-r--r-- | templates/talkpost.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
