diff --git a/_config.yml b/_config.yml index ddaf13d..42ccec2 100644 --- a/_config.yml +++ b/_config.yml @@ -47,12 +47,19 @@ nav_sort: case_insensitive # default, equivalent to nil # Footer content # appears at the bottom of every page's main content + +# Back to top link +back_to_top: true +back_to_top_text: "Back to top" + footer_content: "Copyright © 2017-2020 Patrick Marsceill. Distributed by an MIT license." # Footer last edited timestamp last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html + + # Footer "Edit this page on GitHub" link text gh_edit_link: true # show or hide edit this page link gh_edit_link_text: "Edit this page on GitHub" diff --git a/_layouts/default.html b/_layouts/default.html index 4ab8693..de394dd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -29,7 +29,7 @@ layout: table_wrappers
-
+