Fix site.url in Organization/Person JSON-LD schema

Close #1906
This commit is contained in:
Michael Rose
2019-08-09 09:58:39 -04:00
parent d48fe54559
commit 9ffdabb51f
3 changed files with 16 additions and 20 deletions

View File

@ -7,6 +7,7 @@
### 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)