diff options
author | r <r@freesoftwareextremist.com> | 2020-02-06 15:55:28 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-02-06 15:55:28 +0000 |
commit | 4bcabfe2a0c79ce9b47b8c36c3c931bcf031bd96 (patch) | |
tree | 402dc7828923de144acf06ed51d0d1f3b9915013 /templates | |
parent | 9d2e24a7dedc311862f6c0b5c20e9f6eff221caf (diff) | |
download | bloat-4bcabfe2a0c79ce9b47b8c36c3c931bcf031bd96.tar.gz bloat-4bcabfe2a0c79ce9b47b8c36c3c931bcf031bd96.zip |
Render emojis in profile description
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user.tmpl | 2 |
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> |