diff --git a/default.hbs b/default.hbs
index 358e781..d8163f4 100644
--- a/default.hbs
+++ b/default.hbs
@@ -6,8 +6,8 @@
{{! Page Meta }}
-
{{settings.title}}
-
+ {{@blog.title}}
+
@@ -28,7 +28,7 @@
diff --git a/index.hbs b/index.hbs
index a7290e4..9632632 100644
--- a/index.hbs
+++ b/index.hbs
@@ -7,9 +7,10 @@
- {{#if settings.logo}}
{{/if}}
-
{{settings.title}}
-
{{settings.description}}
+
+ {{#if @blog.logo}}
{{/if}}
+
{{@blog.title}}
+
{{@blog.description}}
diff --git a/post.hbs b/post.hbs
index a1cb73e..a273a47 100644
--- a/post.hbs
+++ b/post.hbs
@@ -9,11 +9,11 @@
{{! Each post has the blog logo at the top, with a link back to the home page }}
@@ -41,8 +41,8 @@