From 43b5e5f2ef115f3467fd4fa7256ca38953d5e993 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 9 Aug 2019 09:58:48 -0400 Subject: [PATCH] Update history --- docs/_docs/18-history.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_docs/18-history.md b/docs/_docs/18-history.md index eb9e4f61..9c39c9ae 100644 --- a/docs/_docs/18-history.md +++ b/docs/_docs/18-history.md @@ -5,7 +5,7 @@ permalink: /docs/history/ excerpt: "Change log of enhancements and bug fixes made to the theme." sidebar: nav: docs -last_modified_at: 2019-08-09T09:19:20-04:00 +last_modified_at: 2019-08-09T09:58:29-04:00 toc: false --- @@ -18,6 +18,7 @@ toc: false ### Bug Fixes +- Fix `site.url` in Organization/Person JSON-LD schema. [#1906](https://github.com/mmistakes/minimal-mistakes/issues/1906) - Remove full stop in some `comment_form_info` UI text strings. [#2220](https://github.com/mmistakes/minimal-mistakes/pull/2220) - Fix default `site.author` in seo.html [#2230](https://github.com/mmistakes/minimal-mistakes/pull/2230) - Fix overlapping links (linked to and post's permalink) in post link type. [#2222](https://github.com/mmistakes/minimal-mistakes/issues/2222)