Files
cv-site/templates/partials/widgets/back-to-top.html
T
2025-11-12 19:54:56 +00:00

7 lines
338 B
HTML

{{define "back-to-top"}}
<!-- Back to Top Link - Native anchor with CSS smooth scroll -->
<a href="#top" id="back-to-top" class="back-to-top no-print" aria-label="{{if eq .Lang "es"}}Volver arriba{{else}}Back to top{{end}}" style="display: none;">
<iconify-icon icon="mdi:arrow-up" width="24" height="24"></iconify-icon>
</a>
{{end}}