fix hashtags

This commit is contained in:
Cadey Ratio 2019-05-21 21:54:40 -04:00
parent 18990f4d2e
commit d9ecb60e2a
1 changed files with 1 additions and 1 deletions

View File

@ -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";