Skip to content

Commit

Permalink
Merge branch 'alshedivat:main' into cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
alerezaaa authored Dec 5, 2024
2 parents 515b5f7 + 957dc2c commit 07e49aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _layouts/distill.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
{% endif %}
{% include scripts/jquery.liquid %}
{% include scripts/mathjax.liquid %}
{% include scripts/mermaid.liquid %}
{% include scripts/diff2html.liquid %}
{% include scripts/leaflet.liquid %}
{% include scripts/chartjs.liquid %}
{% include scripts/echarts.liquid %}
{% include scripts/vega.liquid %}
{% include scripts/tikzjax.liquid %}
{% include scripts/typograms.liquid %}
{% include scripts/misc.liquid %}
{% comment %}
misc.liquid loads interactive features like the code copy button to prevent dynamic elements from displaying incorrectly at the end of the article.
{% endcomment %}

<!-- Distill js -->
<script src="{{ '/assets/js/distillpub/template.v2.js' | relative_url }}"></script>
<script src="{{ '/assets/js/distillpub/transforms.v2.js' | relative_url }}"></script>
Expand Down

0 comments on commit 07e49aa

Please sign in to comment.