Skip to content

Commit

Permalink
docs: update ace version for LiquidJS playground
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Jun 3, 2023
1 parent e9da7f3 commit 8acf405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/themes/navy/layout/partial/after_footer.swig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if page.layout === 'playground' %}
<script src="https://cdn.jsdelivr.net/npm/liquidjs/dist/liquid.browser.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ace-builds@1.4.8/src-min/ace.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ace-builds@1.22.0/src-min/ace.js"></script>
{% endif %}

{{ js('js/main') }}
Expand Down

0 comments on commit 8acf405

Please sign in to comment.