diff --git a/website/src/_includes/layouts/article.html b/website/src/_includes/layouts/article.html
index aa151810e4..3dc24d2d48 100644
--- a/website/src/_includes/layouts/article.html
+++ b/website/src/_includes/layouts/article.html
@@ -14,37 +14,7 @@
-
-
+ {% include "nav.html" %}
{{ content | safe }}
diff --git a/website/src/_includes/nav.html b/website/src/_includes/nav.html
new file mode 100644
index 0000000000..242a1b2f14
--- /dev/null
+++ b/website/src/_includes/nav.html
@@ -0,0 +1,36 @@
+
+
\ No newline at end of file
diff --git a/website/src/blog.html b/website/src/blog.html
index 4f7747cb8b..0cdec138a1 100644
--- a/website/src/blog.html
+++ b/website/src/blog.html
@@ -12,43 +12,7 @@
-
-
+ {% include "nav.html" %}
{% for blog in collections.blogs %}
@@ -80,7 +44,5 @@
-
-