diff options
| author | 2022-06-21 10:48:42 +0200 | |
|---|---|---|
| committer | 2022-06-21 10:48:42 +0200 | |
| commit | 7c6c0cd547f356d5309bda2478a69ea9346c74b6 (patch) | |
| tree | acc2d165a17626a4264b5765464b7ab895725f32 /web/template/status.tmpl | |
| parent | [bugfix] Account self finger fix (#658) (diff) | |
| download | gotosocial-7c6c0cd547f356d5309bda2478a69ea9346c74b6.tar.xz | |
[frontend] Profile pages upgrade (#640)
* fix css indentation
* profile styling update
* update status styling to match profile
* empty header fix
* generate random avatars for thread views
* appease the linter gods
* upgrade deps
* turn profile accent into border + $bg background
* upgrade deps
* small accessibility tweaks
Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
Diffstat (limited to 'web/template/status.tmpl')
| -rw-r--r-- | web/template/status.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/status.tmpl b/web/template/status.tmpl index 343eb2d0a..4fea3ef6f 100644 --- a/web/template/status.tmpl +++ b/web/template/status.tmpl @@ -1,4 +1,4 @@ -<a href="{{.Account.URL}}" class="avatar"><img src="{{.Account.Avatar}}"></a> +<a href="{{.Account.URL}}" class="avatar"><img src="{{.Account.Avatar}}" alt=""></a> <a href="{{.Account.URL}}" class="displayname">{{if .Account.DisplayName}}{{.Account.DisplayName}}{{else}}{{.Account.Username}}{{end}}</a> <a href="{{.Account.URL}}" class="username">@{{.Account.Username}}</a> <div class="text"> |
