diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-29 16:12:22 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <git@serghei.pl> | 2024-09-29 18:15:42 +0200 |
| commit | 62c2430eeba3a28aef4a15ef4816c3987d969af7 (patch) | |
| tree | 4412b23e2440f0978712c6787e0291a20cd3f415 /CHANGELOG.md | |
| parent | 0882a21997b0830f43643cac9f0de4beaa698988 (diff) | |
| download | gohugo-theme-ed-62c2430eeba3a28aef4a15ef4816c3987d969af7.tar.gz | |
Update change log
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8c22d..916c961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for Google Tag Manager. The theme now checks if Google Tag Manager is enabled and disables Google Analytics accordingly. [See the documentation for details](https://gohugo-theme-ed.netlify.app/documentation/#integrating-analytics-with-ed). +- Added `layouts/partials/head/author.html` and `showAuthor` configuration parameter + to allow users to display the author's name on the site's pages. + [See the documentation for details](https://gohugo-theme-ed.netlify.app/documentation/#configuring-author-selection). ### Changed @@ -27,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `config.services.googleAnalytics` and `privacy.googleAnalytics` to align with Hugo's standard configuration. [See the documentation for details](https://gohugo-theme-ed.netlify.app/documentation/#integrating-analytics-with-ed). - ### Removed @@ -38,7 +40,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 entirely on Hugo's built-in rendering. - Removed `layouts/partials/alternate-outputs.html` partial. Alternate outputs (e.g., RSS, Atom feeds, etc.) are now handled in `layouts/partials/head.html`. - +- Removed the following partials: + - `layouts/partials/author.html` + - `layouts/partials/post-meta/author.html` + - `layouts/partials/site-author.html` + These partials are no longer used in the theme. + [See the documentation for details](https://gohugo-theme-ed.netlify.app/documentation/#configuring-author-selection). + ## [v0.8.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.7.0...v0.8.0) ### Added |
