File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
- Fix Lunr search index merging words. [ #1883 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1883 )
19
19
- Properly apply ` relative_url ` filter to internal links in header overlay ` actions ` array.
20
+ - Revert cached includes (` include_cached ` ) for comment and analytics providers. [ #1905 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1905 )
20
21
21
22
## [ 4.13.0] ( https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0 )
22
23
Original file line number Diff line number Diff line change 24
24
{%- endcase -%}
25
25
{% endif %}
26
26
27
- {% include_cached analytics.html %}
28
- {% include_cached /comments-providers/scripts.html %}
27
+ {% include analytics.html %}
28
+ {% include /comments-providers/scripts.html %}
Original file line number Diff line number Diff line change 36
36
</ footer >
37
37
</ div >
38
38
39
- {% include_cached scripts.html %}
39
+ {% include scripts.html %}
40
40
41
41
</ body >
42
- </ html >
42
+ </ html >
You can’t perform that action at this time.
0 commit comments