mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-19 00:52:19 +01:00
CHANGELOG.md: Add note about date formatting fix
Special characters in the unquoted date string get escaped and may hurt SEO as this causes malformed JSON-lD. Fix contributed by user @TommySprat. See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/pull/111
This commit is contained in:
parent
63e36db2d5
commit
9bf1c85346
@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
- Only list "Regular" pages in recent posts in sidebar (@alanorth)
|
||||
- Use absURL instead of baseURL to be more robust with different site configurations (@TommySprat)
|
||||
- Quote date in post metadata so it does not get escaped (@TommySprat #111)
|
||||
|
||||
## [1.3.1] - 2019-05-05
|
||||
### Added
|
||||
|
Loading…
Reference in New Issue
Block a user