Skip to content

Commit

Permalink
load _includes/buttons.js for all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed May 1, 2021
1 parent b9f166f commit 10ea79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/ace-editor.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if page.path contains "-" or page.path contains "help" %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ace.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ext-language_tools.js"></script>
<script src="includes/buttons.js"></script>
<script>runlatex.completionsURI="{{ "/assets/scripts/latexcmds.json" | relative_url}}";</script>
{% endif %}
<script src="includes/buttons.js"></script>

0 comments on commit 10ea79b

Please sign in to comment.