= Changelog All notable changes to this project will be documented in this file. The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning]. == [2.0.0] - 2020-10-24 === Changed * Update the required Hugo version to v0.74. * Change the CSS linking with https://gohugo.io/hugo-pipes/introduction/[Hugo Pipes], moving it into the assets folder. * Improve the pagination partial. ** It has been modularized and refactored for easier development when extending the theme. ** The appearance has been revamped to be more intuitive. ** Replaces with numbers instead of the horrible phrases (which I didn't realize is horrible) so the i18n options for those are also gone. ** The pagination is also smarter when applying the ellipses, making sure to only skip if the difference between pages is more than one. * Improve the web accessibility of the site. For future reference, refer to the https://html.spec.whatwg.org/[HTML spec] and https://www.w3.org/TR/wai-aria-1.1/[ARIA specs and practices]. ** Starting with the pagination, `rel` attributes have been added. ** The content template (`layouts/_default/single.html`) has been updated with the appropriate semantic elements. ** Apparently, the `` element is non-existent (as of 2020-10-24) and replaced with the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time[`