diff --git a/src/views/error.ecr b/src/views/error.ecr index 8304695dd..a0fe014a0 100644 --- a/src/views/error.ecr +++ b/src/views/error.ecr @@ -1,4 +1,5 @@ <% content_for "header" do %> -<%= "Error - " %> +<%= "Error" %> - Invidious <% end %> + <%= error_message %> \ No newline at end of file diff --git a/src/views/index.ecr b/src/views/index.ecr index 483a0c517..885c8d5cb 100644 --- a/src/views/index.ecr +++ b/src/views/index.ecr @@ -1,2 +1,3 @@ <% content_for "header" do %> +Invidious <% end %> \ No newline at end of file