[chore] Tweak "nothing here!" message (#3907)

This commit is contained in:
tobi 2025-03-14 11:17:49 +01:00 committed by GitHub
commit 85ee7cca47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,7 +241,13 @@
</div>
<div class="thread">
{{- if not .statuses }}
<div data-nosnippet class="nothinghere">Nothing here!</div>
<div data-nosnippet class="nothinghere">
{{- 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 }}
</div>
{{- else }}
{{- range .statuses }}
<article