diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-03 12:51:52 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-03 12:52:23 +0200 |
| commit | 6c6b1bd1035ae68a18bd83faf7ff1297ead60e8c (patch) | |
| tree | 0a9b6c3388af549cd7d59b6e680837d31d9dc3b2 /CHANGELOG.md | |
| parent | 1283f3d31243d1ac63ce718c4039ba6b85f5d721 (diff) | |
| download | gohugo-theme-ed-6c6b1bd1035ae68a18bd83faf7ff1297ead60e8c.tar.gz | |
Do not allow modification of date formats that are required by spec
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf92297..f6ffd40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Minor reformatting of posts layout -- Allow manually override lastmod date of a post +- Allow manually override `lastmod` for posts - Check that `lastmod` exists and is greater than `date` before printing it +- Do not allow modification of date formats that are required by spec ## [v0.2.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.1.0...v0.2.0) @@ -27,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add multilanguage support - Add Russian translation -- Provide an ability to use hreflang attribute in `link` shortcode +- Provide an ability to use `hreflang` attribute in `link` shortcode - Add `{{< mini-toc >}}` shortcode - Provide ability to use `keywords` meta tag - Provide ability to render feeds menu |
