Display full user handles

This commit is contained in:
arne 2025-11-23 08:34:21 +01:00
commit 4f05417e94
2 changed files with 2 additions and 2 deletions

View file

@ -246,7 +246,7 @@
section.posts .post .metadata {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr auto;
}
section.posts .post .metadata .post-info {

View file

@ -342,7 +342,7 @@
[:pre @pprinted]])))
(defn user [{:keys [user]}]
[:em (:username user)])
[:span.user-name (:display_name user) [:em.user-acct " @" (:acct user)]])
(defn- list-accounts [accounts]
[:<>