From 19ba3801886712967f2ff0b5555fa2231f969a81 Mon Sep 17 00:00:00 2001 From: Shawn Heide Date: Wed, 20 Jul 2016 09:30:32 -0700 Subject: [PATCH] Closes #13688: added scroll to top button to footer block in theme --- .../themes/nature_with_gtoc/layout.html | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/doc/source/themes/nature_with_gtoc/layout.html b/doc/source/themes/nature_with_gtoc/layout.html index fd0755e096023..ddf1e861f5f81 100644 --- a/doc/source/themes/nature_with_gtoc/layout.html +++ b/doc/source/themes/nature_with_gtoc/layout.html @@ -61,3 +61,37 @@

{{ _('Search') }}

{%- endblock %} + +{%- block footer %} + +Scroll To Top + +{% endblock %} \ No newline at end of file