Creates simple js file to show how to add js to a theme

This commit is contained in:
David Darnes
2016-06-16 00:24:19 +01:00
parent fd169b2c01
commit 2c3cc33b1e
2 changed files with 15 additions and 0 deletions

View File

@@ -17,5 +17,6 @@
{{ content }}
<script src="/js/scripts.js" type="text/javascript"></script>
</body>
</html>