diff --git a/default.hbs b/default.hbs index d4a9128..e9a59cb 100644 --- a/default.hbs +++ b/default.hbs @@ -4,6 +4,7 @@ {{meta_title}} + - {{ghost_header}} + {{ghost_head}} - -
- -

{{@blog.title}}

-
-

{{@blog.description}}

-
+
{{{body}}}
diff --git a/index.hbs b/index.hbs index 06fe031..830947b 100644 --- a/index.hbs +++ b/index.hbs @@ -1,4 +1,10 @@ {{!< default}} +
+ +

{{@site.title}}

+
+

{{@site.description}}

+
{{#foreach posts}}
diff --git a/post.hbs b/post.hbs index dc53895..e3c6595 100644 --- a/post.hbs +++ b/post.hbs @@ -1,14 +1,29 @@ {{!< default }} +
+ +
{{#post}}
-
+

{{title}}

- Posted by {{author}} on {{date}} + Posted by {{authors}} on {{date}}

- {{title}} +
+ {{# if feature_image}} + {{title}} + {{/if}} +
{{content}}
{{/post}}