[chore] Tweak "nothing here!" message

This commit is contained in:
tobi 2025-03-14 10:50:44 +01:00
commit 0eadf8ea00

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