diff options
author | amzrk2 | 2020-04-14 15:46:26 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 15:46:26 +0800 |
commit | 971f9bd9155eccdeefe563a3608dc46d2132abab (patch) | |
tree | 91fdc409de78f76fc79287ec67412fa1cff12968 /layouts/index.html | |
parent | 4d07aeee876efb805739ee90120bc903a02e342b (diff) | |
download | hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.tar.gz hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.tar.bz2 hugo-theme-fuji-971f9bd9155eccdeefe563a3608dc46d2132abab.zip |
Add progess bar
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index d20006b..158c982 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -31,6 +31,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 |