hardcode js since github broke jekyll

This commit is contained in:
Dean Attali 2016-02-01 19:05:47 -08:00
parent 6d0fff729a
commit 1947c4907e
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
<!-- TODO hardcode the required JS because on 2016-02-01 GitHub pages migrated to jekyll 3 and broke this template -->
<script src="/js/jquery-1.11.2.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/main.js"></script>
<!-- end TODO -->
{% if layout.common-ext-js %}
{% for js in layout.common-ext-js %}
<script src="{{ js }}"></script>