Move Bug Fixes to the top of the current HEAD's history.
This commit is contained in:
parent
5c95201c98
commit
b089e44016
|
@ -1,6 +1,9 @@
|
||||||
## HEAD
|
## HEAD
|
||||||
|
|
||||||
* Added improved Pug plugin - removed 404 Jade plugin (#6174)
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Backward compatiblize URLFilters module (#6163)
|
||||||
|
* Static files contain front matter default keys when `to_liquid`'d (#6162)
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
|
@ -10,11 +13,7 @@
|
||||||
* Update minimum Ruby version in installation.md (#6164)
|
* Update minimum Ruby version in installation.md (#6164)
|
||||||
* [docs] Add information about finding a collection in `site.collections` (#6165)
|
* [docs] Add information about finding a collection in `site.collections` (#6165)
|
||||||
* Add {%raw%} to Liquid example on site (#6179)
|
* Add {%raw%} to Liquid example on site (#6179)
|
||||||
|
* Added improved Pug plugin - removed 404 Jade plugin (#6174)
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* Backward compatiblize URLFilters module (#6163)
|
|
||||||
* Static files contain front matter default keys when to_liquid'd (#6162)
|
|
||||||
|
|
||||||
### Development Fixes
|
### Development Fixes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue