Skip to content

Commit a9426b6

Browse files
committed
Fix scrollspy parameter
1 parent e748be4 commit a9426b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/_templates/layout.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
g.async=true; g.src='https://stats.plone.org/js/container_d3bIlNkY.js'; s.parentNode.insertBefore(g,s);
1111
</script>
1212
<!-- End Matomo Tag Manager -->
13-
{% endblock %}
13+
{% endblock %}
14+
15+
16+
{% block body_tag %}
17+
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="100">
18+
{%- endblock %}

0 commit comments

Comments
 (0)