diff --git a/templates/status.tmpl b/templates/status.tmpl index 6c255a0..438f023 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -187,45 +187,31 @@ retweet {{else}} - {{if .Reblogged}} -
+ {{$rt := "retweet"}} {{if .Reblogged}} {{$rt = "unretweet"}} {{end}} + - -
- {{else}} -
- - - + + + {{if and (not $.Ctx.AntiDopamineMode) .ReblogsCount}} + ({{DisplayInteractionCount .ReblogsCount}}) + {{end}} +
{{end}} - {{end}} - - {{if and (not $.Ctx.AntiDopamineMode) .ReblogsCount}} - ({{DisplayInteractionCount .ReblogsCount}}) - {{end}} -
- {{if .Favourited}} -
+ {{$like := "like"}} {{if .Favourited}} {{$like = "unlike"}} {{end}} + - + + + {{if and (not $.Ctx.AntiDopamineMode) .FavouritesCount}} + ({{DisplayInteractionCount .FavouritesCount}}) + {{end}} +
- {{else}} -
- - - -
- {{end}} - - {{if and (not $.Ctx.AntiDopamineMode) .FavouritesCount}} - ({{DisplayInteractionCount .FavouritesCount}}) - {{end}} -