mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-10-31 18:57:16 +00:00
Display Mastadon fields on user page
This commit is contained in:
parent
6c5de76562
commit
e31e9da667
|
@ -125,6 +125,9 @@
|
||||||
<div class="user-profile-decription">
|
<div class="user-profile-decription">
|
||||||
{{EmojiFilter .User.Note .User.Emojis}}
|
{{EmojiFilter .User.Note .User.Emojis}}
|
||||||
</div>
|
</div>
|
||||||
|
{{if .User.Fields}}{{range .User.Fields}}
|
||||||
|
<div>{{.Name}} - {{.Value}}</div>
|
||||||
|
{{end}}{{end}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue