~xdavidwu/xdavidwu.link

9f91f3807807b95ded9d3daa35a67ad3d0434e1a — Paul Fioravanti 6 years ago 4b3dd88
Revert caching for comments and analytics. Fixes #1905 (#1907)

3 files changed, 5 insertions(+), 4 deletions(-)

M CHANGELOG.md
M _includes/scripts.html
M _layouts/default.html
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>