Created a plugin to tackle #1181. Currently have an issue with tikzjax since it imports some wasm file from its javascript. The rest should work as expected. --------- Signed-off-by: George Araujo <george.gcac@gmail.com>
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>
|