diff --git a/app/views/tags/show.html.haml b/app/views/tags/show.html.haml
index c894cdb2e2..829f003a73 100644
--- a/app/views/tags/show.html.haml
+++ b/app/views/tags/show.html.haml
@@ -3,7 +3,7 @@
.compact-header
%h1<
- = link_to 'Mastodon', root_path
+ = link_to site_title, root_path
%small= "##{@tag.name}"
- if @statuses.empty?