您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
  4. ## [2.5.1] - 2019-08-10 (@budparr)
  5. - Update asset dependencies to solve security issues
  6. ## [2.50] - 2019-08-10
  7. - Update i18n files to include contact form #185
  8. - Fix min_version #189
  9. - Remove deprecated meta tags for old Windows Mobile and BlackBerry #191
  10. ## [2.37] - 2018-12-26 (@budparr)
  11. - Improve Readme with path to example site #146
  12. - Update asset dependencies a99f95ef1f4c1f9b0a278e534ce6ace1b7441fd8
  13. - Improve social follow link accessibility #147
  14. ## [2.35] - 2018-11-04 (@budparr)
  15. - Add global background color class to footer (it's already on the header). Fixes #135
  16. ## [2.34] - 2018-11-03 (@budparr)
  17. ### Added
  18. - Add a changelog.
  19. ### Changed
  20. - Run Ananke with Hugo v0.50
  21. - Remove default background image so users can choose to not use one at all. #133 (cdeguise)
  22. - Add reading time and word count to pages, conditionally if set at global, page, or section level with the `show_reading_time` key. (thanks to @looer for starting)