diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b848a70..6408a549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project (since its fork) are documented in this file The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [2.0.2] - 2023-02-06 + +### Added + +* config option: `footer.useColumns` + * if set to false, toggle footer style to left-aligned (instead of columns). + + +### Changed + +* exampleSite/config.yaml > `baseURL` changed to localhost:1313. +* If content file for hero-item.html provides no button text, hide button. +* If content file for hero.html provides no image, just show header horizontally centered (and hide button if no text defined). + ## [2.0.1] - 2023-01-31 diff --git a/theme.toml b/theme.toml index 0556165d..35d530e5 100644 --- a/theme.toml +++ b/theme.toml @@ -1,6 +1,6 @@ # https://github.com/gohugoio/hugoThemesSiteBuilder#theme-configuration name = "Hugo Invi" -version = "2.0.1" +version = "2.0.2" license = "MIT" licenselink = "https://github.com/cubiest/hugo-invi/blob/master/LICENSE.txt" description = "A simple, clean and lightweight Hugo theme for multilingual websites, inspired by CSS Ninja's Fresh theme"