mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 13:33:38 -04:00
Fixed anchor navigation when using instant loading
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -213,7 +213,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.e0abf5b0.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.33f85c42.min.js' | url }}"></script>
|
||||
{% for path in config["extra_javascript"] %}
|
||||
<script src="{{ path | url }}"></script>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user