summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-26 18:06:41 +0200
committerSerghei Iakovlev <git@serghei.pl>2024-09-26 20:44:54 +0200
commit9691f9f817ce10087edce2a602eec0b272b71230 (patch)
treeaec95bd296d23831fdaf5ca9863a68defa321f1f /CHANGELOG.md
parent1c6bd7d156d5627fa9808fb0e0300fb17327ebc4 (diff)
downloadgohugo-theme-ed-9691f9f817ce10087edce2a602eec0b272b71230.tar.gz
Update change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b351ab..4a9ae3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.8.0...HEAD)
+### Added
+
+- Added `https://schema.org/WebPage` itemtype to base HTML layout to improve
+ the site's SEO and accessibility.
+
+### Changed
+
+- Simplified setting of language and direction for the site by using the
+ `site.Language.LanguageCode` and `site.Language.LanguageDirection` variables.
+ This change simplifies the theme's configuration and aligns with Hugo's best practices.
+
+### Removed
+
+- Removed `GetLanguageDirection` function as it is no longer needed.
+- Removed explicit setting of the `defaultContentLanguage` for the example site
+ as it doesn't add any value. The default content language is set to `en` by default.
+- Removed explicit setting of the `languageCode` for the example site to force Hugo use
+ `site.Language.LanguageCode` as the default language code for the site. See
+ `exampleSite/config/_default/languages.yaml` for more details.
+
## [v0.8.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.7.0...v0.8.0)
### Added