Remove unused classes from _layouts/single.html

This commit is contained in:
iBug
2024-05-05 00:32:30 +08:00
parent 4b0c8bd1b9
commit 7ef6af66e4
3 changed files with 12 additions and 8 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-05-05T00:00:06+08:00'
last_modified_at: '2024-05-05T00:32:24+08:00'
toc: false
---
@@ -21,9 +21,10 @@ toc: false
- Add support for [Jekyll Paginate V2](https://github.com/sverrirs/jekyll-paginate-v2) 🎉 [#2636](https://github.com/mmistakes/minimal-mistakes/pull/2636)
### Documentation
### Documentation & Maintenance
- Rewrite skin previews on `05-configuration.md` in Liquid template.
- Remove unused classes from `_layouts/single.html`.
## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)