summaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authoramzrk22020-04-14 15:46:26 +0800
committeramzrk22020-04-14 15:46:26 +0800
commit971f9bd9155eccdeefe563a3608dc46d2132abab (patch)
tree91fdc409de78f76fc79287ec67412fa1cff12968 /layouts/_default/single.html
parent4d07aeee876efb805739ee90120bc903a02e342b (diff)
downloadhugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.tar.gz
hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.tar.bz2
hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.zip
Add progess bar
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 0d564b0..506127b 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -29,6 +29,9 @@
<div class="col-md-3 col-12 float-left" id="sidebar">
{{ partial "sidebar.html" . }}
</div>
+ <div id="container-progress">
+ <div id="progress"></div>
+ </div>
</div>
</main>
{{ end }} \ No newline at end of file