M CHANGELOG.md => CHANGELOG.md +1 -0
@@ 17,6 17,7 @@
- Fix Lunr search index merging words. [#1883](https://github.com/mmistakes/minimal-mistakes/issues/1883)
- Properly apply `relative_url` filter to internal links in header overlay `actions` array.
+- Revert cached includes (`include_cached`) for comment and analytics providers. [#1905](https://github.com/mmistakes/minimal-mistakes/issues/1905)
## [4.13.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0)
M _includes/scripts.html => _includes/scripts.html +2 -2
@@ 24,5 24,5 @@
{%- endcase -%}
{% endif %}
-{% include_cached analytics.html %}
-{% include_cached /comments-providers/scripts.html %}
+{% include analytics.html %}
+{% include /comments-providers/scripts.html %}
M _layouts/default.html => _layouts/default.html +2 -2
@@ 36,7 36,7 @@
</footer>
</div>
- {% include_cached scripts.html %}
+ {% include scripts.html %}
</body>
-</html>>
\ No newline at end of file
+</html>