From 11e8a31e4a47af8020a1a853c2bbc9761212e14c Mon Sep 17 00:00:00 2001
From: 3nprob <3nprob@3nprob>
Date: Fri, 8 Oct 2021 18:15:42 +0900
Subject: [PATCH] remove platform link from comments
---
templates/gallery.pug | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/gallery.pug b/templates/gallery.pug
index 0604e24..ccc2d1d 100644
--- a/templates/gallery.pug
+++ b/templates/gallery.pug
@@ -14,7 +14,7 @@ mixin commentbox(comment)
a(class='author-name', title='View profile of '+comment.account.username, href='/user/'+comment.account.username) #{comment.account.username}
span(class="date", title=comment.created_at)
span(class="delimiter") •
- span #{comment.created_at} via #{comment.platform}
+ span #{comment.created_at} via #{comment.platform}
div(class='GalleryComment-body')
span(class='Linkify')
| !{util.linkify(comment.comment)}