From 41df0128d69b344050ef12f2dcd884e635a3299f Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 31 May 2022 09:35:31 +0200 Subject: Add tagging support --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e491a3..2c9da82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Provide ability to include custom scripts in the theme. -- Provide ability to specify custom language of a post. +- Provide ability to include custom scripts in the theme +- Provide ability to specify custom language of a post +- Add tagging support ### Changed -- Mior reformatting of posts layout. -- Allow to manually override lastmod date of a post. +- Minor reformatting of posts layout +- Allow manually override lastmod date of a post +- Check that `lastmod` exists and is greater than `date` before printing it ## [v0.2.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.1.0...v0.2.0) @@ -43,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix margin bottom on the nested unordered lists for page's table of contents - Fix default section type for the `params.mainSections` configuration variable -- Fix url to sitemap in robots.txt file +- Fix url to sitemap in `robots.txt` file ## v0.1.0 - 2022-05-27 -- cgit v1.2.3