mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Fix line breaks in profile counters
This commit is contained in:
parent
e8e565605f
commit
9f5adcb42b
@ -23,18 +23,9 @@ html
|
||||
h1.full-name= user.data.full_name
|
||||
h2.username= `@${user.data.username}`
|
||||
p.bio= user.data.biography
|
||||
div.profile-counter
|
||||
span(data-numberformat=user.posts).count #{numberFormat(user.posts)}
|
||||
|
|
||||
| posts
|
||||
div.profile-counter
|
||||
span(data-numberformat=user.following).count #{numberFormat(user.following)}
|
||||
|
|
||||
| following
|
||||
div.profile-counter
|
||||
span(data-numberformat=user.followedBy).count #{numberFormat(user.followedBy)}
|
||||
|
|
||||
| followed by
|
||||
div.profile-counter #[span(data-numberformat=user.posts).count #{numberFormat(user.posts)}] posts
|
||||
div.profile-counter #[span(data-numberformat=user.following).count #{numberFormat(user.following)}] following
|
||||
div.profile-counter #[span(data-numberformat=user.followedBy).count #{numberFormat(user.followedBy)}] followed by
|
||||
div.links
|
||||
a(rel="alternate" type="application/rss+xml" href=`/u/${user.data.username}/rss.xml`) RSS
|
||||
a(rel="noreferrer noopener" href=`https://www.instagram.com/${user.data.username}`) instagram.com
|
||||
|
Loading…
Reference in New Issue
Block a user