Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-11 04:50:05 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-11 04:50:05 +0300
commit3e5ac3a4216a9ce4640d7cfc0c87742c848cccdf (patch)
tree086ef423eeb830171e1c278d788141b21d28e463 /layouts
parent4dd22c357cc64c3fea09eeda6e9c4e5fb9c26c6d (diff)
fix: to the top function binding
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/backtotop.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/backtotop.html b/layouts/partials/backtotop.html
index 56dad23..906cc9e 100644
--- a/layouts/partials/backtotop.html
+++ b/layouts/partials/backtotop.html
@@ -1,4 +1,4 @@
-<a id="back_to_top" onclick="backToTop">
+<a id="back_to_top" title="Go To Top" href="#">
<span>
<svg viewBox="0 0 24 24">
<path fill="none" d="M0 0h24v24H0z"></path>