From 6f5e6f43911c0283bd029040a4b22d3d31fe3c30 Mon Sep 17 00:00:00 2001 From: iBug Date: Mon, 11 Nov 2024 21:31:20 +0800 Subject: [PATCH] fix(_includes/post_pagination.html): Remove trailing newline --- CHANGELOG.md | 2 ++ _includes/post_pagination.html | 6 +++--- docs/_docs/18-history.md | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc1ccacb400..0d1db5ebc376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - The "if" means the default is never used (#4955) - 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) ### Bug Fixes @@ -19,6 +20,7 @@ - Fix reset stylesheet overruling `$doc-font-size`. [#4983](https://github.com/mmistakes/minimal-mistakes/issues/4983) - Fix JavaScript null error on home and splash layouts. [#4938](https://github.com/mmistakes/minimal-mistakes/issues/4938), [#4939](https://github.com/mmistakes/minimal-mistakes/pull/4939) - Fix bad <figure> HTML if "alt" contains quotes. +- Fix extra newline generated in `_includes/post_pagination.html`. ### Documentation & Maintenance diff --git a/_includes/post_pagination.html b/_includes/post_pagination.html index a93c6279763b..47bae3c6ee40 100644 --- a/_includes/post_pagination.html +++ b/_includes/post_pagination.html @@ -1,14 +1,14 @@ {% if page.previous or page.next %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index 0346bd32229e..413c41e2e9e8 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-10-02T22:57:15+08:00' +last_modified_at: '2024-11-11T21:31:17+08:00' toc: false --- @@ -26,6 +26,7 @@ toc: false - The "if" means the default is never used [#4955](https://github.com/mmistakes/minimal-mistakes/issues/4955) - 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) ### Bug Fixes @@ -34,6 +35,7 @@ toc: false - Fix reset stylesheet overruling `$doc-font-size`. [#4983](https://github.com/mmistakes/minimal-mistakes/issues/4983) - Fix JavaScript null error on home and splash layouts. [#4938](https://github.com/mmistakes/minimal-mistakes/issues/4938), [#4939](https://github.com/mmistakes/minimal-mistakes/pull/4939) - Fix bad <figure> HTML if "alt" contains quotes. +- Fix extra newline generated in `_includes/post_pagination.html`. ### Documentation & Maintenance