diff --git a/views/admin.ejs b/views/admin.ejs index d93661c78..939da0dcf 100644 --- a/views/admin.ejs +++ b/views/admin.ejs @@ -1,25 +1,9 @@ - Talk - Coral Admin - - - - - - - - - - - - - - - - <%_ if (locals.customCssUrl) { _%> - - <%_ } _%> + <%- include partials/head %>
diff --git a/views/admin/password-reset.ejs b/views/admin/password-reset.ejs index ae06b5179..f66db491a 100644 --- a/views/admin/password-reset.ejs +++ b/views/admin/password-reset.ejs @@ -1,15 +1,11 @@ - Password Reset - - <%_ if (locals.customCssUrl) { _%> - - <%_ } _%> + <%- include partials/head %>
diff --git a/views/embed/stream.ejs b/views/embed/stream.ejs index aeb87ff92..4110ee40b 100644 --- a/views/embed/stream.ejs +++ b/views/embed/stream.ejs @@ -1,11 +1,7 @@ - - - - <%- include ../partials/head %> diff --git a/views/login.ejs b/views/login.ejs index d8597bff7..87c5929f6 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -1,11 +1,7 @@ - - - - <%- include partials/head %> diff --git a/views/partials/head.ejs b/views/partials/head.ejs index d9d1b423e..bc8b949d3 100644 --- a/views/partials/head.ejs +++ b/views/partials/head.ejs @@ -1,3 +1,20 @@ + + + + + + + + + + + + + + + + + <%_ if (locals.customCssUrl) { _%> <%_ } _%>