{{#if profile_image}}
diff --git a/index.hbs b/index.hbs
index a64a4ff..658da44 100644
--- a/index.hbs
+++ b/index.hbs
@@ -15,29 +15,7 @@ into the {body} of the default.hbs template --}}
{{@blog.description}}
-
+ {{> "site-nav"}}
diff --git a/page.hbs b/page.hbs
index 7cbdb1e..9333963 100644
--- a/page.hbs
+++ b/page.hbs
@@ -5,32 +5,7 @@ into the {body} of the default.hbs template --}}
{{!-- The big featured header, it uses blog cover image as a BG if available --}}
diff --git a/partials/site-nav.hbs b/partials/site-nav.hbs
new file mode 100644
index 0000000..fb65fe7
--- /dev/null
+++ b/partials/site-nav.hbs
@@ -0,0 +1,38 @@
+
diff --git a/post.hbs b/post.hbs
index 525df12..f36ed5f 100644
--- a/post.hbs
+++ b/post.hbs
@@ -5,34 +5,7 @@ into the {body} of the default.hbs template --}}
{{!-- The big featured header, it uses blog cover image as a BG if available --}}