+ {{ template "user/fragments/editAvatar" . }}
+
{{ $userIdent }}
{{ with .Profile }}
- {{ if .Pronouns }}
-
{{ .Pronouns }}
- {{ end }}
+ {{ if .Pronouns }}
+
{{ .Pronouns }}
+ {{ end }}
{{ end }}
@@ -29,7 +44,7 @@ {{ $profile := .Profile }}
{{ with .Profile }}
{{ if .Description }}
-
{{ .Description }}
+
{{ .Description }}
{{ end }}
@@ -45,28 +60,27 @@
{{ end }}
{{ if .IncludeBluesky }}
-
{{ template "user/fragments/bluesky" "w-4 h-4 text-black dark:text-white"
- }}
+
{{ template "user/fragments/bluesky" "w-4 h-4 text-black dark:text-white" }}
{{ $userIdent }}
{{ end }}
{{ range $link := .Links }}
- {{ if $link }}
-
- {{ end }}
+ {{ if $link }}
+
+ {{ end }}
{{ end }}
{{ if not $profile.IsStatsEmpty }}
{{ range $stat := .Stats }}
- {{ if $stat.Kind }}
-
- {{ $stat.Value }}
- {{ $stat.Kind.String }}
-
- {{ end }}
+ {{ if $stat.Kind }}
+
+ {{ $stat.Value }}
+ {{ $stat.Kind.String }}
+
+ {{ end }}
{{ end }}
{{ end }}
@@ -75,10 +89,13 @@ {{ end }}
{{ if ne .FollowStatus.String "IsSelf" }}
- {{ template "user/fragments/follow" . }}
+ {{ template "user/fragments/follow" . }}
{{ else }}
-