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

@ -0,0 +1 @@
<script type='text/javascript' src='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/js/app.js?ver=4.8'></script>

View File

@ -136,7 +136,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>

View File

@ -24,7 +24,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>

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>

View File

@ -54,7 +54,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>

View File

@ -54,7 +54,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>