From 6fd382e917da71258a323dd6be78f1546bfbfa24 Mon Sep 17 00:00:00 2001 From: Libo Su Date: Mon, 5 Aug 2019 14:06:05 +0200 Subject: [PATCH] back to top button prototype --- _layouts/default.html | 5 ++++- assets/js/back-to-top.js | 16 ++++++++++++++++ assets/js/jquery-3.2.1.min.js | 4 ++++ style.scss | 29 +++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 assets/js/back-to-top.js create mode 100755 assets/js/jquery-3.2.1.min.js diff --git a/_layouts/default.html b/_layouts/default.html index 4fa06c5ac..8e0fb4edc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,8 +17,11 @@ {% include analytics.html %} + + + + - {% if page.toc==true %}