summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramzrk22020-04-17 15:30:11 +0800
committeramzrk22020-04-17 15:30:11 +0800
commit1b83aeece85e6fc2d530aee1d0a63150e207638b (patch)
tree1007a66060997386b30810ae7a831f124243ca37
parentcf02678b9a184469f74a0a07c0bed592b85d34d8 (diff)
downloadhugo-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.html4
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>