Replace custom comment hardcoded HTML with include

Also add custom_scripts.html include for custom comment provider JavaScript that loads in the footer.

Close #2549
This commit is contained in:
Michael Rose
2020-06-02 22:33:08 -04:00
parent 59e007b20e
commit 3ab6ba0b1f
5 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,7 @@
### Enhancements
- Replace `<section id="custom-comments"></section>` in `comments.html` include and add `custom_scripts.html` include for loading custom comment provider JavaScript in the footer. [#2549](https://github.com/mmistakes/minimal-mistakes/issues/2549)
- Move page date Liquid to include. [#2544](https://github.com/mmistakes/minimal-mistakes/pull/2544)
- Strip trailing whitespace in seo_description. [#2542](https://github.com/mmistakes/minimal-mistakes/pull/2542)
- Improve sticky sidebar's appearance with short content. [#2514](https://github.com/mmistakes/minimal-mistakes/pull/2514)