diff --git a/views/channel.handlebars b/views/channel.handlebars
index 37eee568..2fcff401 100644
--- a/views/channel.handlebars
+++ b/views/channel.handlebars
@@ -1,3 +1,4 @@
+{{> navBar}}
{{#ifConditional this.totalPages '===' 0}}
diff --git a/views/fourOhFour.handlebars b/views/fourOhFour.handlebars
index 30d8ed8c..a7f6f0ea 100644
--- a/views/fourOhFour.handlebars
+++ b/views/fourOhFour.handlebars
@@ -1,3 +1,4 @@
+{{> navBar}}
404: Not Found
That page does not exist. Return home.
diff --git a/views/index.handlebars b/views/index.handlebars
index 61276529..563fa20b 100644
--- a/views/index.handlebars
+++ b/views/index.handlebars
@@ -1,3 +1,4 @@
+