From 1947c4907e3bf3a3e4d2f5bf76ed3e529b9f90d1 Mon Sep 17 00:00:00 2001 From: Dean Attali <daattali@gmail.com> Date: Mon, 1 Feb 2016 19:05:47 -0800 Subject: [PATCH] hardcode js since github broke jekyll --- _includes/footer-scripts.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_includes/footer-scripts.html b/_includes/footer-scripts.html index 8a980a4..9e02b3a 100644 --- a/_includes/footer-scripts.html +++ b/_includes/footer-scripts.html @@ -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>