templates/gallerypost: add hashtags

This commit is contained in:
Cadey Ratio 2019-11-01 17:46:41 -04:00
parent 7900a5b21c
commit b3f053c994
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ function share_on_mastodon() {
localStorage['mastodon_instance'] = instance;
// Hashtags
var hashtags = "#talk";
var hashtags = "#art";
{{ if ne .Tags "" }}hashtags += " {{ .Tags }}";{{ end }}
// Tagging users, such as offical accounts or the author of the post
var author = "@cadey@mst3k.interlinked.me";