Fixes #2419 by downloading leaflet images. Also changed the path where the libraries are downloaded to avoid not downloading files with same name. --------- Signed-off-by: George Araujo <george.gcac@gmail.com>
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
{% if page.tikzjax %}
|
|
<script
|
|
defer
|
|
src="https://tikzjax.com/v1/tikzjax.js"
|
|
integrity="sha256-f4Ln8BLwo8WdQPYX6W/2l0/YvKVk+mgIVe32uEf6zU4="
|
|
crossorigin="anonymous"
|
|
></script>
|
|
{% endif %}
|