We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c02491 commit 4912038Copy full SHA for 4912038
layout/_layout.swig
@@ -67,7 +67,9 @@
67
{% set scheme_script = '_scripts/schemes/' + theme.scheme | lower + '.swig' %}
68
{% include scheme_script %}
69
70
- {% block script_extra %}{% endblock %}
+ {% block script_extra %}
71
+ {% include '_scripts/pages/post-details.swig' %}
72
+ {% endblock %}
73
74
{% include '_scripts/boostrap.swig' %}
75
0 commit comments