Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 6 gadiem
pirms 6 gadiem
123456789101112131415161718
  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.34] - 2018-11-03 (@budparr)
  5. ### Added
  6. - Add a changelog.
  7. ### Changed
  8. - Run Ananke with Hugo v0.50
  9. - Remove default background image so users can choose to not use one at all. #133 (cdeguise)
  10. - Add reading time and word count to pages, conditionally if set at global, page, or section level. (thanks to @looer for starting)