mirror of
1
Fork 0

emojify and html profile fields

This commit is contained in:
f0x 2023-05-10 20:18:50 +02:00
parent 93b9eb7b0c
commit be320c4a8c
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@
<div class="fields">
{{ range .account.Fields }}
<div class="field">
<b>{{.Name}}</b>
<span>{{.Value}}</span>
<b>{{emojify .account.Emojis (noescape .Name)}}</b>
<span>{{emojify .account.Emojis (noescape .Value)}}</span>
</div>
{{ end }}
</div>