diff --git a/default.hbs b/default.hbs index 1eadf7ea..4fc50aaf 100755 --- a/default.hbs +++ b/default.hbs @@ -4,7 +4,7 @@ - {{#unless post}}{{#if message}}{{message}} - {{@blog.title}}{{/if}}{{meta_title}}{{else}}{{meta_title}} - {{@blog.title}}{{/unless}} + {{meta_title}}. {{> meta}} diff --git a/error.hbs b/error.hbs index 0fa19e9f..924ef6f4 100755 --- a/error.hbs +++ b/error.hbs @@ -3,7 +3,7 @@ - Houston, we have a problem - {{@blog.title}} + 404, Houston, we have a problem. {{> meta}} {{ghost_head}} diff --git a/post.hbs b/post.hbs index 5f5c9b2a..2c310277 100755 --- a/post.hbs +++ b/post.hbs @@ -10,7 +10,7 @@ {{!-- profile image for {{author.name}} by {{author.name}} --}} - read. + ~ read.