Add "Back to Top" text string
This commit is contained in:
parent
69fc984e9e
commit
c0ee81ea7c
3 changed files with 11 additions and 1 deletions
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
* Update Font Awesome to version `5.0.9`. [#1605](https://github.com/mmistakes/minimal-mistakes/pull/1605)
|
* 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)
|
## [4.11.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.1)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
|
@ -42,6 +42,7 @@ en: &DEFAULT_EN
|
||||||
loading_label : "Loading..."
|
loading_label : "Loading..."
|
||||||
search_placeholder_text : "Enter your search term..."
|
search_placeholder_text : "Enter your search term..."
|
||||||
results_found : "Result(s) found"
|
results_found : "Result(s) found"
|
||||||
|
back_to_top : "Back to top"
|
||||||
en-US:
|
en-US:
|
||||||
<<: *DEFAULT_EN
|
<<: *DEFAULT_EN
|
||||||
en-CA:
|
en-CA:
|
||||||
|
@ -890,6 +891,7 @@ da: &DEFAULT_DA
|
||||||
loading_label : "Indlæser..."
|
loading_label : "Indlæser..."
|
||||||
search_placeholder_text : "Hvad leder du efter..."
|
search_placeholder_text : "Hvad leder du efter..."
|
||||||
results_found : "Resultat(er) fundet"
|
results_found : "Resultat(er) fundet"
|
||||||
|
back_to_top : "Tilbage til toppen"
|
||||||
da-DK:
|
da-DK:
|
||||||
<<: *DEFAULT_DA
|
<<: *DEFAULT_DA
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ permalink: /docs/history/
|
||||||
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
||||||
sidebar:
|
sidebar:
|
||||||
nav: docs
|
nav: docs
|
||||||
last_modified_at: 2018-03-29T12:35:02-04:00
|
last_modified_at: 2018-03-29T12:48:09-04:00
|
||||||
toc: true
|
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)
|
* 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)
|
## [4.11.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.1)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
Loading…
Reference in a new issue