Add "Back to Top" text string

This commit is contained in:
Michael Rose
2018-03-29 12:48:27 -04:00
parent 69fc984e9e
commit c0ee81ea7c
3 changed files with 11 additions and 1 deletions

View File

@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2018-03-29T12:35:02-04:00
last_modified_at: 2018-03-29T12:48:09-04:00
toc: true
---
@ -14,6 +14,10 @@ toc: true
* Update Font Awesome to version `5.0.9`. [#1605](https://github.com/mmistakes/minimal-mistakes/pull/1605)
### Bug Fixes
* Use correct text string for "Back to Top" link. [#1595](https://github.com/mmistakes/minimal-mistakes/issues/1595)
## [4.11.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.1)
### Enhancements