From 9bf1c85346be34a117ca18b7d471b002f0bf39bd Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 20 Jun 2019 14:18:11 +0300 Subject: [PATCH] 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 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4730496..8129a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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