summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-05 22:11:41 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-05 22:11:41 +0200
commit99d814c09d76be0574f78670c7a7080fad95a8f1 (patch)
tree3f9cea75a01dfba6f2a4543502ea1f0b64549a5f /CHANGELOG.md
parent5913da424459f523357b114a683059d3fc4bef68 (diff)
downloadgohugo-theme-ed-99d814c09d76be0574f78670c7a7080fad95a8f1.tar.gz
Rework site keywords
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd92b25..16fcd55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,13 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Rework post dates format. Now they prefixes with "Published on" and "Updated on"
-- Rework single post layouts. Reduce the number of layouts for poems, dramas, narratives and posts to one
+- Rework single post layouts. Reduce the number of layouts for poems, dramas,
+ narratives and posts to one
+- Rename `site.Params.seoKeywords` to `site.Params.keywords` to match the Hugo
+ documentation
+- Global `site.Params.keywords` may be overridden by `.Params.keywords` or
+ `.Params.tags` in the post front matter
### Fixed
- Fix tags html layout
- Add missed `theme-color` meta tag
- Enable maskable icon support
+- Rework term rendering for Atom feeds to not include duplicates
## [v0.3.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.2.0...v0.3.0)