Add Scroll To Top button
This commit is contained in:
6
layouts/partials/scroll-to-top.html
Normal file
6
layouts/partials/scroll-to-top.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{ if and (.Site.Params.scrollToTop) (.Params.scrolltotop) }}
|
||||
<a href="#" class="scroll-up">{{ partial "svg.html" (dict "context" . "name" "scrollup") }}</a>
|
||||
<noscript>
|
||||
<a href="#" class="scroll-up show">{{ partial "svg.html" (dict "context" . "name" "scrollup") }}</a>
|
||||
</noscript>
|
||||
{{ end }}
|
Reference in New Issue
Block a user