Skip to content

Commit 4912038

Browse files
authored
ADD: Sidebar affix on all pages (global).
1 parent 7c02491 commit 4912038

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

layout/_layout.swig

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
{% set scheme_script = '_scripts/schemes/' + theme.scheme | lower + '.swig' %}
6868
{% include scheme_script %}
6969

70-
{% block script_extra %}{% endblock %}
70+
{% block script_extra %}
71+
{% include '_scripts/pages/post-details.swig' %}
72+
{% endblock %}
7173

7274
{% include '_scripts/boostrap.swig' %}
7375

0 commit comments

Comments
 (0)