File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Bug Fixes
4
4
5
+ - Fix broken link in documentation. [ #2677 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2677 )
5
6
- Fix typo in documentation. [ #2678 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2678 )
6
7
- Remove duplicate CSS definitions. [ #2666 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2666 )
7
8
- Fix ` entries_layout: grid ` in various layouts. [ #2639 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2639 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ single_layout_gallery:
7
7
alt : " single layout with header example"
8
8
- image_path : /assets/images/mm-layout-single-meta.png
9
9
alt : " single layout with comments and related posts"
10
- last_modified_at : 2020-08-30T21:24:15 -04:00
10
+ last_modified_at : 2020-08-30T21:27:40 -04:00
11
11
toc : true
12
12
toc_label : " Included Layouts"
13
13
toc_icon : " columns"
@@ -224,7 +224,7 @@ If you're not using the `jekyll-archives` plugin then you need to create archive
224
224
| [Category Archive](https://mmistakes.github.io/minimal-mistakes/categories/edge-case/) | `layout : category` | [edge-case.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/edge-case.md) |
225
225
| [Tags Archive](https://mmistakes.github.io/minimal-mistakes/tags/) | `layout : tags` | [tag-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/tag-archive.md) |
226
226
| [Tag Archive](https://mmistakes.github.io/minimal-mistakes/tags/markup/) | `layout : tag` | [markup.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/markup.md) |
227
- | [Collection Archive](https://mmistakes.github.io/minimal-mistakes/recipes-archive /) | `layout : collection` | [recipes-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/recipes-archive.md) |
227
+ | [Collection Archive](https://mmistakes.github.io/minimal-mistakes/recipes/) | `layout : collection` | [recipes-archive.md](https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_pages/recipes-archive.md) |
228
228
229
229
**Note:** By default, documents are shown in a list view. To change to a grid view add `entries_layout: grid` to the page's front matter.
230
230
{: .notice--info}
Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ permalink: /docs/history/
5
5
excerpt : " Change log of enhancements and bug fixes made to the theme."
6
6
sidebar :
7
7
nav : docs
8
- last_modified_at : 2020-08-30T21:25:24 -04:00
8
+ last_modified_at : 2020-08-30T21:28:27 -04:00
9
9
toc : false
10
10
---
11
11
12
12
## Unreleased
13
13
14
14
## Bug Fixes
15
15
16
+ - Fix broken link in documentation. [ #2677 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2677 )
16
17
- Fix typo in documentation. [ #2678 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2678 )
17
18
- Remove duplicate CSS definitions. [ #2666 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2666 )
18
19
- Fix ` entries_layout: grid ` in various layouts. [ #2639 ] ( https://github.com/mmistakes/minimal-mistakes/issues/2639 )
You can’t perform that action at this time.
0 commit comments