From 7214380abda6e6b2e1558f515d2a2ddc7b44fc19 Mon Sep 17 00:00:00 2001 From: cobbspur Date: Thu, 22 Aug 2013 21:45:00 +0100 Subject: [PATCH] helper name changes for casper closes #17 - changed pagination and date in handlebars templates --- index.hbs | 2 +- partials/full-post.hbs | 2 +- partials/list-post.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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