Modifying nitter user for mustache template.
This commit is contained in:
parent
ad26072420
commit
d2d0f739a8
@ -1,7 +1,13 @@
|
||||
accessing
|
||||
asDictionary
|
||||
|
||||
| tweets |
|
||||
tweets := self messages.
|
||||
^ { 'profile-card-avatar' -> self profileImageFile fullName.
|
||||
'profile-card-fullname' -> self name .
|
||||
'profile-card-username' -> self userName .
|
||||
'profile-bio' -> self profileBio } asDictionary
|
||||
'profile-bio' -> self profileBio.
|
||||
'messages-size' -> tweets size.
|
||||
'messages-newest' -> tweets newest created asDate greaseString.
|
||||
'messages-oldest' -> tweets oldest created asDate greaseString
|
||||
} asDictionary
|
Loading…
Reference in New Issue
Block a user