mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-02 05:59:39 -05:00
742deaa3d0
Rename to *-ready.md to continue. [ci skip]
2.3 KiB
2.3 KiB
This release represents 7 contributions by 3 contributors to the main Hugo code base.
Many have also been busy writing and fixing the documentation in hugoDocs, which has received 9 contributions by 4 contributors. A special thanks to @bep, @Jibec, @Nick-Rivera, and @kaushalmodi for their work on the documentation site.
Hugo now has:
- 23100+ stars
- 448+ contributors
- 197+ themes
Enhancements
Templates
- Ensure site templates can override theme templates 084cf419 @moorereason #3505
Core
- Add additional test to TestTemplateLookupOrder fc06d5c1 @moorereason #3505
Other
- Add documentation for smart cropping etc. 694c0fd7 @bep
- Add smart cropping 722086b4 @bep #4375
- Increase data directory test coverage 4743de0d @vassudanagunta #4138
Fixes
Core
- Fix broken TestTemplateLookupOrder 9a367d9d @moorereason
Other
- Fix JSON array-based data file handling regression 4402c077 @vassudanagunta #4361