mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-13 02:00:44 +01:00
emojify and html profile fields
This commit is contained in:
parent
93b9eb7b0c
commit
be320c4a8c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user