File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Enhancements
4
4
5
+ - Update ` .gitignore ` file. [ #2366 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2366 )
5
6
- Allow override of page excerpt in hero header via ` tagline ` YAML front matter. [ #2307 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2307 )
6
7
- Exclude ` package-lock.json ` from Jekyll build. [ #2364 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2364 )
7
8
- Use ` %-d ` instead of ` %d ` so displayed dates aren't padded with zero. [ #2359 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2359 )
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-01-07T13:11:03 -05:00
8
+ last_modified_at : 2020-01-14T12:32:13 -05:00
9
9
toc : false
10
10
---
11
11
12
12
## Unreleased
13
13
14
14
### Enhancements
15
15
16
+ - Update ` .gitignore ` file. [ #2366 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2366 )
16
17
- Allow override of page excerpt in hero header via ` tagline ` YAML front matter. [ #2307 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2307 )
17
18
- Exclude ` package-lock.json ` from Jekyll build. [ #2364 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2364 )
18
19
- Use ` %-d ` instead of ` %d ` so displayed dates aren't padded with zero. [ #2359 ] ( https://github.com/mmistakes/minimal-mistakes/pull/2359 )
You can’t perform that action at this time.
0 commit comments