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…
Reference in New Issue