mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
ed79ed25a7
commit
8a11b5a167
2 changed files with 4 additions and 1 deletions
|
|
@ -70,6 +70,9 @@ proc getVideoEmbed*(cfg: Config; id: int64): string =
|
|||
proc pageTitle*(profile: Profile): string =
|
||||
&"{profile.fullname} (@{profile.username})"
|
||||
|
||||
proc pageTitle*(tweet: Tweet): string =
|
||||
&"{pageTitle(tweet.profile)}: \"{stripHtml(tweet.text)}\""
|
||||
|
||||
proc pageDesc*(profile: Profile): string =
|
||||
if profile.bio.len > 0:
|
||||
stripHtml(profile.bio)
|
||||
|
|
|
|||
Loading…
Reference in a new issue