feat: add 'back-to-top' link to site footer (#167)

* feat: add 'back-to-top' link to site footer

* add aria-label to link
This commit is contained in:
Robert Kaussow 2021-07-20 09:58:56 +02:00 committed by GitHub
parent 4bdf727cea
commit 8abe25f3cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 41 additions and 7 deletions

View file

@ -94,6 +94,9 @@ enableGitInfo = true
# (Optional, default false) Auto-decrease brightness of images and add a slightly grayscale to avoid
# bright spots while using the dark mode.
geekdocDarkModeDim = false
# (Optional, default true) Display a "Back to top" link in the site footer.
geekdocBackToTop = true
```
{{< /tab >}}
@ -190,6 +193,9 @@ params:
# (Optional, default false) Auto-decrease brightness of images and add a slightly grayscale to avoid
# bright spots while using the dark mode.
geekdocDarkModeDim: false
# (Optional, default true) Display a "Back to top" link in the site footer.
geekdocBackToTop: true
```
{{< /tab >}}