Skip to content

Commit edd1ff0

Browse files
authored
FIX: to #1829 global affix fix.
As affix & sidebar autoopenning for now use in global , need to remove `post-details.swig` from post and any other pages instead of `_layout.swig`.
1 parent a0fb965 commit edd1ff0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

layout/post.swig

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,4 @@
3232
{{ sidebar_template.render(true) }}
3333
{% endblock %}
3434

35-
36-
{% block script_extra %}
37-
{% include '_scripts/pages/post-details.swig' %}
38-
{% endblock %}
35+
{% block script_extra %}{% endblock %}

0 commit comments

Comments
 (0)