diff --git a/web/template/profile_about_user.tmpl b/web/template/profile_about_user.tmpl index 7f3ce0e97..7b010a0ee 100644 --- a/web/template/profile_about_user.tmpl +++ b/web/template/profile_about_user.tmpl @@ -18,23 +18,23 @@ */ -}} {{- with . }} -
-
+
+

About {{- .account.Username -}}

{{- if .account.Fields }} {{- include "profile_fields.tmpl" . | indent 1 }} {{- end }} -

Bio

-
+
+

Bio

{{- if .account.Note }} {{ emojify .account.Emojis (noescape .account.Note) }} {{- else }}

This GoToSocial user hasn't written a bio yet!

{{- end }}
-

Stats

-
+
+

Stats

Joined
diff --git a/web/template/profile_fields.tmpl b/web/template/profile_fields.tmpl index e9005d4c9..cd9e4eb6a 100644 --- a/web/template/profile_fields.tmpl +++ b/web/template/profile_fields.tmpl @@ -18,7 +18,7 @@ */ -}} {{- with . }} -
+

Fields

{{- range .account.Fields }}