move scripts to separate include so we can include them across layouts even if the footer isn't there

This commit is contained in:
Mark Otto 2017-05-29 10:52:13 -07:00 committed by Mark Otto
parent 5c704d77ca
commit 6ee35ced86
5 changed files with 54 additions and 51 deletions

View file

@ -31,5 +31,7 @@
{% endif %}
</div>
</div>
{% include scripts.html %}
</body>
</html>