8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cf278 commit 0fb1a7bCopy full SHA for 0fb1a7b
_layouts/docs.html
@@ -31,7 +31,7 @@
31
{% assign protocol = res.href | slice:0,6 %}
32
<script src="{{ res.href }}"{% if res.integrity and protocol == 'https:' %} integrity="{{ res.integrity }}" crossorigin{% endif %}{% if res.async %} async{% endif %}></script>
33
{% endfor %}
34
- <script src="/assets/js/docs.js"></script>
+ <script src="/assets/js/docs.js" async></script>
35
{% endcapture %}
36
{{ content | replace_first:'class="doc-container">',scripts }}
37
</div>
0 commit comments