diff options
author | amzrk2 | 2020-04-17 15:30:11 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-17 15:30:11 +0800 |
commit | 1b83aeece85e6fc2d530aee1d0a63150e207638b (patch) | |
tree | 1007a66060997386b30810ae7a831f124243ca37 | |
parent | cf02678b9a184469f74a0a07c0bed592b85d34d8 (diff) | |
download | hugo-theme-fuji-1b83aeece85e6fc2d530aee1d0a63150e207638b.tar.gz hugo-theme-fuji-1b83aeece85e6fc2d530aee1d0a63150e207638b.tar.bz2 hugo-theme-fuji-1b83aeece85e6fc2d530aee1d0a63150e207638b.zip |
Progress button adjustment
-rw-r--r-- | layouts/archives/list.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/archives/list.html b/layouts/archives/list.html index 3fcd2f7..a6b3a39 100644 --- a/layouts/archives/list.html +++ b/layouts/archives/list.html @@ -29,9 +29,7 @@ {{ partial "sidebar.html" . }} </div> <div id="container-progress"> - <a href="javascript:void(0)"> - <div id="progress"></div> - </a> + <div id="progress"></div> </div> </div> </main> |