diff --git a/index.hbs b/index.hbs index f223bf9..db2de29 100644 --- a/index.hbs +++ b/index.hbs @@ -2,13 +2,12 @@
{{pagination}} diff --git a/partials/full-post.hbs b/partials/full-post.hbs deleted file mode 100644 index d8570d1..0000000 --- a/partials/full-post.hbs +++ /dev/null @@ -1,17 +0,0 @@ -
- {{#if image}} -
- ghostpost -
- {{/if}} -
-
-

{{title}}

- -
- -
- {{content}} -
-
-
diff --git a/partials/list-post.hbs b/partials/list-post.hbs deleted file mode 100644 index dc205a4..0000000 --- a/partials/list-post.hbs +++ /dev/null @@ -1,6 +0,0 @@ -
  • -
    -

    {{title}}

    - -
    -
  • \ No newline at end of file diff --git a/post.hbs b/post.hbs index d2668cc..b9bb418 100644 --- a/post.hbs +++ b/post.hbs @@ -1,6 +1,24 @@ {{!< default}}
    {{#post}} - {{> full-post}} + +
    + {{#if image}} +
    + ghostpost +
    + {{/if}} +
    +
    +

    {{title}}

    + +
    + +
    + {{content}} +
    +
    +
    + {{/post}}
    \ No newline at end of file