diff --git a/CHANGELOG.md b/CHANGELOG.md index b4888be0b3a7..18d1d307ea31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - For pages without a title, show the site title only once (#4959) - Use `documents-collection.html` partial in `home` layout. - Add Bulgarian translation. [#5003](https://github.com/mmistakes/minimal-mistakes/pull/5003) +- Add provider and comments info to `single.html` layout for non-production. (#5068) ### Bug Fixes diff --git a/_layouts/single.html b/_layouts/single.html index 1e42e3f6b8a4..21cd71144b56 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -65,8 +65,15 @@
+ Comments are configured with provider: {{ site.comments.provider }}, + but are disabled in non-production environments. +
+ {% endif %} {% endif %} diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 31eed2922fbb..2e881ff50bdc 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -5,7 +5,7 @@ permalink: "/docs/history/" excerpt: Change log of enhancements and bug fixes made to the theme. sidebar: nav: docs -last_modified_at: '2024-11-28T01:11:41+08:00' +last_modified_at: '2025-01-02T02:21:49+08:00' toc: false --- @@ -27,6 +27,7 @@ toc: false - For pages without a title, show the site title only once [#4959](https://github.com/mmistakes/minimal-mistakes/issues/4959) - Use `documents-collection.html` partial in `home` layout. - Add Bulgarian translation. [#5003](https://github.com/mmistakes/minimal-mistakes/pull/5003) +- Add provider and comments info to `single.html` layout for non-production. [#5068](https://github.com/mmistakes/minimal-mistakes/issues/5068) ### Bug Fixes