diff options
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/layout.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 1d6de6d3..2fbf5159 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -190,5 +190,9 @@ </div> </div> + <div id="to-top" onclick="scrollToTop()"{%- if READTHEDOCS %} class="is-rtd"{%- endif %} hidden> + <span><span class="material-icons">arrow_upward</span> to top</span> + </div> + </body> </html> |