From 7e625b780a90f7d2a8a778bbc7e23654cc33c5f4 Mon Sep 17 00:00:00 2001 From: saamturner <157153031+saamturner@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:26:08 -0500 Subject: [PATCH] Update _config.yml Added sample footer and "back to top" button --- _config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_config.yml b/_config.yml index 87bb2f8..88761c7 100644 --- a/_config.yml +++ b/_config.yml @@ -92,3 +92,14 @@ search: button: false # Focus the search input by pressing `ctrl + focus_shortcut_key` (or `cmd + focus_shortcut_key` on macOS) focus_shortcut_key: "k" + + # Footer content +# appears at the bottom of every page's main content +# Note: The footer_content option is deprecated and will be removed in a future major release. Please use `_includes/footer_custom.html` for more robust +markup / liquid-based content. +footer_content: "Copyright © 2017-2020 Patrick Marsceill. Distributed by an MIT license." + +back_to_top: true +back_to_top_text: "Back to top" + +