9 lines
353 B
Plaintext
9 lines
353 B
Plaintext
<!-- Bootsrap & MDB scripts -->
|
|
<script src="{{ '/assets/js/bootstrap.bundle.min.js' | relative_url }}"></script>
|
|
<!-- <script src="{{ '/assets/js/mdb.min.js' | relative_url }}"></script> -->
|
|
<script
|
|
src="{{ site.third_party_libraries.mdb.url.js }}"
|
|
integrity="{{ site.third_party_libraries.mdb.integrity.js }}"
|
|
crossorigin="anonymous"
|
|
></script>
|