From e192b55ffa77c638292b59141c688621d6e2eab8 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 21 Jan 2018 11:07:02 -0600 Subject: [PATCH] Allow for views to supply tags to header --- src/views/error.ecr | 3 ++- src/views/index.ecr | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 - " %> +<%= "Error" %> - Invidious <% 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 %> +Invidious <% end %> \ No newline at end of file