djlint
This commit is contained in:
parent
1c419985b2
commit
b1907fece1
1 changed files with 4 additions and 5 deletions
|
@ -723,12 +723,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
{% block script %}
|
||||||
{% block script %}
|
|
||||||
<script>
|
<script>
|
||||||
let anchor = window.location.hash;
|
let anchor = window.location.hash;
|
||||||
$(anchor).addClass("highlighted")
|
$(anchor).addClass("highlighted")
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue