diff --git a/index.hbs b/index.hbs index 6dc823a..f223bf9 100644 --- a/index.hbs +++ b/index.hbs @@ -11,5 +11,5 @@ {{/if}} {{/foreach}} - {{paginate}} + {{pagination}} diff --git a/partials/full-post.hbs b/partials/full-post.hbs index b9a76f1..d8570d1 100644 --- a/partials/full-post.hbs +++ b/partials/full-post.hbs @@ -7,7 +7,7 @@

{{title}}

- +
diff --git a/partials/list-post.hbs b/partials/list-post.hbs index 44a5876..dc205a4 100644 --- a/partials/list-post.hbs +++ b/partials/list-post.hbs @@ -1,6 +1,6 @@
  • {{title}}

    - +
  • \ No newline at end of file