diff --git a/templates/instance/local.html b/templates/instance/local.html
index a168c95..4d4bbc6 100644
--- a/templates/instance/local.html
+++ b/templates/instance/local.html
@@ -15,7 +15,7 @@
{{ video.views }} Views
-
+
{{ video.channel.displayName }}
diff --git a/templates/instance/most-liked.html b/templates/instance/most-liked.html
index 86b1683..a6eaddd 100644
--- a/templates/instance/most-liked.html
+++ b/templates/instance/most-liked.html
@@ -15,7 +15,7 @@
{{ video.views }} Views
-
+
{{ video.channel.displayName }}
diff --git a/templates/instance/recently-added.html b/templates/instance/recently-added.html
index 209d04b..7cbcbd8 100644
--- a/templates/instance/recently-added.html
+++ b/templates/instance/recently-added.html
@@ -15,7 +15,7 @@
{{ video.views }} Views
-
+
{{ video.channel.displayName }}
diff --git a/templates/instance/trending.html b/templates/instance/trending.html
index 1b37b76..4b5afdf 100644
--- a/templates/instance/trending.html
+++ b/templates/instance/trending.html
@@ -15,7 +15,7 @@
{{ video.views }} Views
-
+
{{ video.channel.displayName }}
diff --git a/templates/search_results.html b/templates/search_results.html
index 1b4c02a..001b36c 100644
--- a/templates/search_results.html
+++ b/templates/search_results.html
@@ -18,7 +18,7 @@
{{ result.views }} Views
-
+
{{ result.channel.displayName }}