mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-09 22:06:31 +00:00
parent
982a7f551f
commit
b47f162cfe
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ html
|
||||||
h1.full-name= user.data.full_name
|
h1.full-name= user.data.full_name
|
||||||
h2.username= `@${user.data.username}`
|
h2.username= `@${user.data.username}`
|
||||||
p.bio= user.data.biography
|
p.bio= user.data.biography
|
||||||
|
if user.data.external_url
|
||||||
|
p.website
|
||||||
|
a(href=user.data.external_url)= user.data.external_url
|
||||||
div.profile-counter #[span(data-numberformat=user.posts).count #{numberFormat(user.posts)}] posts
|
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.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.followedBy).count #{numberFormat(user.followedBy)}] followed by
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue