diff --git a/themes/vue/layout/layout.ejs b/themes/vue/layout/layout.ejs index bce9bcd34e..cbc7a56c43 100644 --- a/themes/vue/layout/layout.ejs +++ b/themes/vue/layout/layout.ejs @@ -1,6 +1,5 @@ <% var isIndex = page.path === 'index.html' %> <% var isThemes = page.path === 'resources/themes.html' %> -<% var hasBtsBanner = true %> @@ -92,10 +91,13 @@
> - + + <% if (isIndex) { %> + #BlackLivesMatter + <% } %>
- <%- partial('partials/header', { hasBtsBanner }) %> + <%- partial('partials/header') %> <% if (!isIndex) { %>
<%- body %> diff --git a/themes/vue/layout/partials/header.ejs b/themes/vue/layout/partials/header.ejs index b99cb0f37d..ed21db28d1 100644 --- a/themes/vue/layout/partials/header.ejs +++ b/themes/vue/layout/partials/header.ejs @@ -1,26 +1,9 @@
- <% if (hasBtsBanner) { %> - -