From b3f053c99434e7a38efa7c4151fa959df7efab9f Mon Sep 17 00:00:00 2001 From: Within Date: Fri, 1 Nov 2019 17:46:41 -0400 Subject: [PATCH] templates/gallerypost: add hashtags --- templates/gallerypost.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";