From 0eadf8ea00c91018d6fc4b05e176901837ae4fb9 Mon Sep 17 00:00:00 2001 From: tobi Date: Fri, 14 Mar 2025 10:50:44 +0100 Subject: [PATCH] [chore] Tweak "nothing here!" message --- web/template/profile.tmpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index 7518129cb..6b486eb74 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -241,7 +241,13 @@
{{- if not .statuses }} -
Nothing here!
+
+ {{- if .show_back_to_top }} + Reached the end of visible posts! + {{- else }} + Nothing to see here! {{ .account.Username }} has either not written any public posts yet, or has opted not to make posts visible via the World Wide Web. + {{- end }} +
{{- else }} {{- range .statuses }}