bf phase v

This commit is contained in:
juanatsap
2025-11-12 19:54:56 +00:00
parent 81f8161dd2
commit f48ae9388e
6 changed files with 746 additions and 34 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{{define "back-to-top"}}
<!-- Back to Top Button -->
<button 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;">
<!-- 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>
</button>
</a>
{{end}}