diff --git a/views/includes/common-head.ejs b/views/includes/common-head.ejs
index b687bad2..e3706bbf 100644
--- a/views/includes/common-head.ejs
+++ b/views/includes/common-head.ejs
@@ -14,143 +14,15 @@
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/views/includes/no-trash-svg.ejs b/views/includes/no-trash-svg.ejs
new file mode 100644
index 00000000..8a32995e
--- /dev/null
+++ b/views/includes/no-trash-svg.ejs
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file
diff --git a/views/includes/top-navbar.ejs b/views/includes/top-navbar.ejs
index 450eab85..c9da7e99 100644
--- a/views/includes/top-navbar.ejs
+++ b/views/includes/top-navbar.ejs
@@ -1,16 +1,15 @@
diff --git a/views/page.ejs b/views/page.ejs
index 6b29efe7..3ed8e8da 100644
--- a/views/page.ejs
+++ b/views/page.ejs
@@ -7,12 +7,11 @@
- <%- include('./includes/top-navbar.ejs') %>
+ <%- include('./includes/no-trash-svg.ejs') %>
-
-
+
<% paths.forEach(function(value, index) { %>
<% if (h.shouldShowDirectorySeparator({index})) { %>
›
diff --git a/views/search-error.ejs b/views/search-error.ejs
index 8cff172e..888db9d4 100644
--- a/views/search-error.ejs
+++ b/views/search-error.ejs
@@ -6,10 +6,10 @@
<%- include('./includes/top-navbar.ejs') %>
+ <%- include('./includes/no-trash-svg.ejs') %>
-
-
+
No Moss 3 Carbo Landfill Online Library
›
Search Error<% if ((typeof query != undefined) && query != '') { %> for <%- query %><% } %>
diff --git a/views/search-results.ejs b/views/search-results.ejs
index aab3eeb1..fb25b4e3 100644
--- a/views/search-results.ejs
+++ b/views/search-results.ejs
@@ -6,10 +6,10 @@
<%- include('./includes/top-navbar.ejs') %>
+ <%- include('./includes/no-trash-svg.ejs') %>
<% } %>
- <% if (typeof totalPages !== "undefined") { %>
+ <% if (typeof totalPages !== "undefined" && totalPages) { %>