pages/_includes/scripts/tikzjax.liquid
George e954d7726b
Fix offline leaflet (#2420)
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>
2024-05-15 17:56:00 -03:00

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 %}