fix(_includes/post_pagination.html): Remove trailing newline

This commit is contained in:
iBug
2024-11-11 21:31:20 +08:00
parent bc0c83c0c4
commit 6f5e6f4391
3 changed files with 8 additions and 4 deletions

View File

@ -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