hardcode js since github broke jekyll
This commit is contained in:
parent
6d0fff729a
commit
1947c4907e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user