Skip to content

Commit 0c1324f

Browse files
committed
fix(website): defered doc scripts
1 parent d42dc3e commit 0c1324f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/_layouts/documentation.html

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
</div>
2323
</div>
2424

25+
26+
{% contentfor site-footer %}
27+
2528
{% if site.env == 'development' %}
2629
<script src="http://localhost:8080/instantsearch.js"></script>
2730
<script type="text/javascript">
@@ -37,3 +40,5 @@
3740
{% endif %}
3841
<script src="https://cdn.jsdelivr.net/clipboard.js/1.5/clipboard.min.js"></script>
3942
<script src="{{ "/js/doc.js" | prepend: site.baseurl }}"></script>
43+
44+
{% endcontentfor %}

0 commit comments

Comments
 (0)