diff --git a/default.hbs b/default.hbs index d8163f4..35f1f6c 100644 --- a/default.hbs +++ b/default.hbs @@ -32,12 +32,12 @@
Proudly published with Ghost
- - {{! The main JavaScript file for Casper }} - {{! Ghost outputs important scripts and data with this tag }} {{ghost_foot}} + {{! The main JavaScript file for Casper }} + + \ No newline at end of file diff --git a/index.hbs b/index.hbs index 9632632..2a400d2 100644 --- a/index.hbs +++ b/index.hbs @@ -20,11 +20,11 @@ {{! Each post will be output using this markup }} {{#foreach posts}} - +
- -

{{title}}

+ +

{{title}}

diff --git a/post.hbs b/post.hbs index a273a47..13def5f 100644 --- a/post.hbs +++ b/post.hbs @@ -22,7 +22,7 @@ {{#post}} {{! Everything below outputs content of the the post which has been published }} - +

{{title}}

@@ -34,16 +34,16 @@ {{#if author}}
-

{{author}}

+

{{author.name}}

{{author.bio}}

{{/if}}