From d53b25bf5d8a68931043f63f730481bc623e4041 Mon Sep 17 00:00:00 2001 From: Aileen Nowak Date: Fri, 12 Oct 2018 12:56:54 +0700 Subject: [PATCH] Remove double slash in link no issue --- default.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.hbs b/default.hbs index ea30b17..0d768ee 100644 --- a/default.hbs +++ b/default.hbs @@ -82,7 +82,7 @@ // we reached the last page already. var maxPages = parseInt('{{pagination.pages}}'); - + {{/if}} {{!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in post.hbs, but it needs to be included down here, after jQuery has already loaded. --}}