aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-02-06 15:55:28 +0000
committerr <r@freesoftwareextremist.com>2020-02-06 15:55:28 +0000
commit4bcabfe2a0c79ce9b47b8c36c3c931bcf031bd96 (patch)
tree402dc7828923de144acf06ed51d0d1f3b9915013
parent9d2e24a7dedc311862f6c0b5c20e9f6eff221caf (diff)
downloadbloat-4bcabfe2a0c79ce9b47b8c36c3c931bcf031bd96.tar.gz
bloat-4bcabfe2a0c79ce9b47b8c36c3c931bcf031bd96.zip
Render emojis in profile description
-rw-r--r--templates/user.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user.tmpl b/templates/user.tmpl
index 3042672..af83d4a 100644
--- a/templates/user.tmpl
+++ b/templates/user.tmpl
@@ -50,7 +50,7 @@
</div>
</div>
<div class="user-profile-decription">
- {{.User.Note}}
+ {{EmojiFilter .User.Note .User.Emojis}}
</div>
</div>
</div>