diff --git a/templates/gallerypost.html b/templates/gallerypost.html index 472eab0..f4c93b8 100644 --- a/templates/gallerypost.html +++ b/templates/gallerypost.html @@ -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";