summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/views/error.ecr3
-rw-r--r--src/views/index.ecr1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/views/error.ecr b/src/views/error.ecr
index 8304695d..a0fe014a 100644
--- a/src/views/error.ecr
+++ b/src/views/error.ecr
@@ -1,4 +1,5 @@
<% content_for "header" do %>
-<%= "Error - " %>
+<title><%= "Error" %> - Invidious</title>
<% end %>
+
<%= error_message %> \ No newline at end of file
diff --git a/src/views/index.ecr b/src/views/index.ecr
index 483a0c51..885c8d5c 100644
--- a/src/views/index.ecr
+++ b/src/views/index.ecr
@@ -1,2 +1,3 @@
<% content_for "header" do %>
+<title>Invidious</title>
<% end %> \ No newline at end of file