Fixed anchor navigation when using instant loading

This commit is contained in:
squidfunk
2021-12-02 18:52:00 +01:00
parent b6ca0a1053
commit ebcd000fdc
4 changed files with 10 additions and 10 deletions

View File

@@ -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 %}