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:
Diffstat (limited to 'layouts/partials/backtotop.html')
-rw-r--r--layouts/partials/backtotop.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/backtotop.html b/layouts/partials/backtotop.html
new file mode 100644
index 0000000..56dad23
--- /dev/null
+++ b/layouts/partials/backtotop.html
@@ -0,0 +1,8 @@
+<a id="back_to_top" onclick="backToTop">
+ <span>
+ <svg viewBox="0 0 24 24">
+ <path fill="none" d="M0 0h24v24H0z"></path>
+ <path d="M12 2L4.5 20.29l.71.71L12 18l6.79 3 .71-.71z"></path>
+ </svg>
+ </span>
+</a>