Initial commit
This commit is contained in:
commit
1f637ed41e
33 changed files with 832 additions and 0 deletions
3
themes/er/layouts/partials/back-to-top.html
Normal file
3
themes/er/layouts/partials/back-to-top.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ if .Site.Params.showScrollToTop | default true }}
|
||||
<a id="scroll-to-top" class="f6 o-0 link br2 ph2 pv1 mb1 bg-main-color pointer" onclick="topFunction()" style="color: #fff; visibility: hidden; display: none; transition: opacity .5s, visibility .5s;" title="back to top">back to top</a>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue