Skip to content

Commit

Permalink
Merge pull request #12 from StarknetAstro/feature/lang_playground_test
Browse files Browse the repository at this point in the history
Update: Change import in lang.
  • Loading branch information
cryptonerdcn authored Dec 12, 2023
2 parents ae4d02d + 81fa4b8 commit 8949d47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@
<script src="{{ path_to_root }}mode-rust.js"></script>
<script src="{{ path_to_root }}theme-dawn.js"></script>
<script src="{{ path_to_root }}theme-tomorrow_night.js"></script>
{{#if (eq language "en")}}
<script src="{{ path_to_root }}js/index.mjs"></script>
{{else}}
<script src="{{ path_to_root }}../js/index.mjs"></script>
{{/if}}

{{#if search_js}}
Expand All @@ -346,7 +350,6 @@
<script src="{{ path_to_root }}clipboard.min.js"></script>
<script src="{{ path_to_root }}highlight.js"></script>
<script src="{{ path_to_root }}book.js"></script>
<script src="{{ path_to_root }}js/index.mjs"></script>

<!-- Custom JS scripts -->
{{#each additional_js}}
Expand Down

0 comments on commit 8949d47

Please sign in to comment.