hugo-theme-zzo/layouts/partials/footer/go-to-top.html

7 lines
176 B
HTML

{{ if $.Param "enableGoToTop" }}
<div id="gtt">
<div class="gtt">
{{ partial "svgs/arrow/keyboard-arrow-up.svg" (dict "width" 32 "height" 32) }}
</div>
</div>
{{ end }}