Use include documents-collection.html in home layout

This commit is contained in:
iBug
2024-09-17 16:37:55 +08:00
parent 7d212bc310
commit 075fad74cb
4 changed files with 6 additions and 6 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-08-20T17:04:07+08:00'
last_modified_at: '2024-09-17T16:37:54+08:00'
toc: false
---
@ -25,6 +25,7 @@ toc: false
- Remove unnecessary "type" attribute [#4956](https://github.com/mmistakes/minimal-mistakes/issues/4956)
- 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.
### Bug Fixes