diff options
author | amzrk2 | 2020-04-14 16:56:25 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 16:56:25 +0800 |
commit | f78c71572b2bc7f408aca5a5b2843a2cd7e93524 (patch) | |
tree | eefc860462dfe7dc40aa089d663ebe3411b39403 /layouts/_default | |
parent | 971f9bd9155eccdeefe563a3608dc46d2132abab (diff) | |
download | hugo-theme-fuji-f78c71572b2bc7f408aca5a5b2843a2cd7e93524.tar.gz hugo-theme-fuji-f78c71572b2bc7f408aca5a5b2843a2cd7e93524.tar.bz2 hugo-theme-fuji-f78c71572b2bc7f408aca5a5b2843a2cd7e93524.zip |
Add scroll to top button
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 506127b..49e70df 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -30,7 +30,9 @@ {{ partial "sidebar.html" . }} </div> <div id="container-progress"> - <div id="progress"></div> + <a href="javascript:void(0)"> + <div id="progress"></div> + </a> </div> </div> </main> |