diff --git a/templates/status.tmpl b/templates/status.tmpl
index 775631a..9109f4e 100644
--- a/templates/status.tmpl
+++ b/templates/status.tmpl
@@ -193,24 +193,19 @@
- {{if or (eq .Visibility "private") (eq .Visibility "direct")}}
-
- {{else}}
{{$rt := "retweet"}} {{if .Reblogged}} {{$rt = "unretweet"}} {{end}}
- {{end}}
{{$like := "like"}} {{if .Favourited}} {{$like = "unlike"}} {{end}}