From 6489ff522e7565da0ed4bd4b48196fc4ee7d0319 Mon Sep 17 00:00:00 2001 From: Asaf Gartner Date: Sat, 6 Jul 2024 12:33:36 +0300 Subject: [PATCH] Added user's name to profile --- src/templates/src/user_profile.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/templates/src/user_profile.html b/src/templates/src/user_profile.html index 61ee8409..6facd141 100644 --- a/src/templates/src/user_profile.html +++ b/src/templates/src/user_profile.html @@ -36,9 +36,10 @@ mw5-l ph3 ph0-l overflow-hidden flex flex-column flex-row-ns items-start-ns flex-column-l items-stretch-l "> -
+
{{ .ProfileUser.Name }}'s Avatar
+
{{ .ProfileUser.Name }}
{{ with or .ProfileUser.Bio .ProfileUser.Blurb }}
{{ . }}