fix hashtags
This commit is contained in:
parent
18990f4d2e
commit
d9ecb60e2a
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue