Remove unused conditional

Closes #593
This commit is contained in:
John O'Nolan
2019-08-21 13:53:47 +08:00
committed by GitHub
parent 788ee59fd4
commit f5bba69235

View File

@ -75,9 +75,7 @@
</script> </script>
<script type="text/javascript" src="{{asset "built/jquery.fitvids.js"}}"></script> <script type="text/javascript" src="{{asset "built/jquery.fitvids.js"}}"></script>
{{#if pagination.pages}}
<script src="{{asset "built/infinitescroll.js"}}"></script> <script src="{{asset "built/infinitescroll.js"}}"></script>
{{/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. --}} {{!-- 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. --}}
{{{block "scripts"}}} {{{block "scripts"}}}