diff options
| author | 2025-03-02 11:27:30 +0100 | |
|---|---|---|
| committer | 2025-03-02 11:27:30 +0100 | |
| commit | 4c9901fc035ece13b2dbaca21465a534abb77a04 (patch) | |
| tree | 4aad111cdd492fa908fd9a6c0ab1d27e7f8ddf06 /web/template/profile.tmpl | |
| parent | [feature] add microformat support (#3848) (diff) | |
| download | gotosocial-4c9901fc035ece13b2dbaca21465a534abb77a04.tar.xz | |
[chore] little frontend tweaks (#3852)
* [chore] little frontend tweaks
* beep boop
* poke
* clarify server time
Diffstat (limited to 'web/template/profile.tmpl')
| -rw-r--r-- | web/template/profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index 0456644c9..7518129cb 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -180,7 +180,7 @@ {{- end }} {{- end }} </dl> - <a class="u-url u-uid" rel="me" href="/@{{- .account.Username -}}" class="hidden"></a> + <a class="u-url u-uid hidden" rel="me" href="/@{{- .account.Username -}}"></a> </div> </section> <div class="column-split"> |
