diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dff6d5..45bcad0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [3.4.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.5) + +### Enhancements + +- Improve line numbered code block styling when using `{% highlight linenos %}` tag. [#513](https://github.com/mmistakes/minimal-mistakes/issues/513) +- Add English fallback to "Follow" button label. [#496](https://github.com/mmistakes/minimal-mistakes/pull/496) + +### Bug Fixes + +- Fix Firefox alignment issues with code blocks generated with the `{% highlight %}` tag. [#512](https://github.com/mmistakes/minimal-mistakes/issues/512) + +### Maintenance + +- Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487) +- Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488) +- Add `{% highlight %}` code block examples to demo site. +- Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476) + ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4) ### Enhancements diff --git a/_config.yml b/_config.yml index daaea368..78c1c6d2 100644 --- a/_config.yml +++ b/_config.yml @@ -97,7 +97,7 @@ author: linkedin : pinterest : soundcloud : - stackoverflow : # http://stackoverflow.com/users/123456/username + stackoverflow : # "123456/username" (the last part of your profile url, e.g. http://stackoverflow.com/users/123456/username) steam : tumblr : twitter : diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 5fd8eecb..da17fc8b 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -20,7 +20,7 @@