summaryrefslogtreecommitdiffstats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authoramzrk22020-04-23 11:50:45 +0800
committeramzrk22020-04-23 11:50:45 +0800
commit77ec19755260ec2e65ef284a63d28129c42d70dc (patch)
tree09dd25613d6b65d1dd83abbde3d69d7b0cf6ed11 /layouts/_default/baseof.html
parent7376c7f9e511b59638271861600305dd821c559a (diff)
downloadhugo-theme-fuji-77ec19755260ec2e65ef284a63d28129c42d70dc.tar.gz
hugo-theme-fuji-77ec19755260ec2e65ef284a63d28129c42d70dc.tar.bz2
hugo-theme-fuji-77ec19755260ec2e65ef284a63d28129c42d70dc.zip
Switch progressbar.js to fa
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a1eb732..d6e53f4 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -15,8 +15,8 @@
<div class="col-md-3 col-12 float-left" id="sidebar">
{{ partial "sidebar.html" . }}
</div>
- <div id="container-progress">
- <div id="progress"></div>
+ <div id="scroll-top">
+ <i class="fas fa-chevron-up"></i>
</div>
</div>
</main>