parent
c8f4820d31
commit
98d518817f
3 changed files with 5 additions and 4 deletions
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
- Fix Lunr search index merging words. [#1883](https://github.com/mmistakes/minimal-mistakes/issues/1883)
|
- 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.
|
- 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)
|
## [4.13.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0)
|
||||||
|
|
||||||
|
|
|
@ -24,5 +24,5 @@
|
||||||
{%- endcase -%}
|
{%- endcase -%}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include_cached analytics.html %}
|
{% include analytics.html %}
|
||||||
{% include_cached /comments-providers/scripts.html %}
|
{% include /comments-providers/scripts.html %}
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include_cached scripts.html %}
|
{% include scripts.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue