Display Mastadon fields on user page

This commit is contained in:
r 2021-03-29 05:31:41 +00:00
parent 6c5de76562
commit e31e9da667
1 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,9 @@
<div class="user-profile-decription">
{{EmojiFilter .User.Note .User.Emojis}}
</div>
{{if .User.Fields}}{{range .User.Fields}}
<div>{{.Name}} - {{.Value}}</div>
{{end}}{{end}}
</div>
</div>