mdb-ui-kit/docs/_includes/footer-example.html
FezVrasta 460688090e fixed several URL references
use always `data.cdn` to avoid confusion
2016-08-04 14:37:33 +02:00

19 lines
482 B
HTML

<script src="{{ site.data.cdn.jquery }}"></script>
<script src="{{ site.data.cdn.tether }}"></script>
<script src="{{ site.baseurl }}/dist/bootstrap-material-design.iife.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="{{ site.data.cdn['ie10-viewport-bug-workaround'] }}"></script>
<script>
$(function() {
$('body').bootstrapMaterialDesign();
})
</script>
{% if page.js %}
<script src="{{ page.js }}"></script>
{% endif %}