diff --git a/CHANGELOG.md b/CHANGELOG.md index 291bc736..929bdc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3) + +### Enhancements + +- Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots +- Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom. +- Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466) +- Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458) + +### Bug Fixes + +- Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462) + +### Maintenance + +- Add note to docs about using `url: http://localhost:4000` when working locally. + ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2) ### Enhancements diff --git a/_includes/comment.html b/_includes/comment.html index ec954f55..44c07d1a 100644 --- a/_includes/comment.html +++ b/_includes/comment.html @@ -1,22 +1,22 @@ -
+
-

+

{% if include.date %} - {% if include.index %}{% endif %} - + {% if include.index %}{% endif %} {% endif %}

- {{ include.message | markdownify }} +
{{ include.message | markdownify }}
\ No newline at end of file diff --git a/_includes/comments.html b/_includes/comments.html index 53bc5398..39b4983b 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -59,9 +59,10 @@ -