templates/gallerypost: add hashtags
This commit is contained in:
parent
7900a5b21c
commit
b3f053c994
|
@ -97,7 +97,8 @@ function share_on_mastodon() {
|
||||||
localStorage['mastodon_instance'] = instance;
|
localStorage['mastodon_instance'] = instance;
|
||||||
|
|
||||||
// Hashtags
|
// 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
|
// Tagging users, such as offical accounts or the author of the post
|
||||||
var author = "@cadey@mst3k.interlinked.me";
|
var author = "@cadey@mst3k.interlinked.me";
|
||||||
|
|
Loading…
Reference in New Issue