diff --git a/exampleSite/content/shortcodes/images/forest-1.jpg b/exampleSite/content/shortcodes/images/forest-1.jpg deleted file mode 100644 index d6e4d47..0000000 Binary files a/exampleSite/content/shortcodes/images/forest-1.jpg and /dev/null differ diff --git a/exampleSite/content/usage/configuration.md b/exampleSite/content/usage/configuration.md index 5b91d8d..1258cce 100644 --- a/exampleSite/content/usage/configuration.md +++ b/exampleSite/content/usage/configuration.md @@ -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 >}} diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index 00f39f0..07d37b5 100644 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -1,18 +1,25 @@ -