Extract javascripts include from all layouts

This commit is contained in:
James Mead
2017-07-01 18:42:02 +01:00
parent 63c6acf277
commit e272dee139
6 changed files with 6 additions and 5 deletions

View File

@ -62,7 +62,7 @@
{% include footer.html %}
<script type='text/javascript' src='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/js/app.js?ver=4.8'></script>
{% include javascripts.html %}
</body>
</html>