Commit 94b97eb 1 parent 89102fe commit 94b97eb Copy full SHA for 94b97eb
File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 16
16
17
17
{% comment %} <%- @getBlock('scripts').add(@site.scripts).toHTML() %> {% endcomment %}
18
18
19
+ {%renderFile "./11ty-source/cdn-scripts.liquid" %}
20
+ <script src =" /11ty-bundle.js" ></script >
21
+
19
22
</body >
20
23
21
24
</html >
Original file line number Diff line number Diff line change
1
+ <script src =" //cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script >
2
+ <script src =" //cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js" ></script >
Original file line number Diff line number Diff line change
1
+ ---
2
+ permalink: 11ty-bundle.js
3
+ ---
4
+
5
+ {% include " ../src/files/vendor/twitter-bootstrap-3/js/dropdown.js" %}
6
+ {% include " ../src/files/vendor/twitter-bootstrap-3/js/transition.js" %}
7
+ {% include " ../src/files/vendor/twitter-bootstrap-3/js/collapse.js" %}
You can’t perform that action at this time.
0 commit comments