mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2025-03-20 13:29:40 +00:00
Render emojis in profile description
This commit is contained in:
parent
9d2e24a7de
commit
4bcabfe2a0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="user-profile-decription">
|
<div class="user-profile-decription">
|
||||||
{{.User.Note}}
|
{{EmojiFilter .User.Note .User.Emojis}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue