> >

Javascript gotcha

Since we need the paginator and page properties, such Javascript files should not be included via <script src="..."> .. </script>.

Instead, save these in the _includes folder and {% include filename.js %} somewhere in the template, e.g. the <head> section.

09 10 11 12 13 14