2025-11-12 18:26:18 +00:00
|
|
|
{{define "back-to-top"}}
|
2025-11-14 21:38:09 +00:00
|
|
|
<!-- Back to Top Link - Hyperscript smooth scroll without URL pollution -->
|
|
|
|
|
<button id="back-to-top"
|
2025-11-20 17:52:07 +00:00
|
|
|
class="back-to-top no-print has-tooltip tooltip-left"
|
2025-11-30 10:13:37 +00:00
|
|
|
aria-label="{{.UI.Widgets.BackToTop.AriaLabel}}"
|
|
|
|
|
data-tooltip="{{.UI.Widgets.BackToTop.Tooltip}}"
|
2025-11-14 21:38:09 +00:00
|
|
|
style="display: none;"
|
2025-11-30 06:33:42 +00:00
|
|
|
_="on click call scrollToTop(event)">
|
2025-12-01 12:31:31 +00:00
|
|
|
<iconify-icon icon="mdi:arrow-up"></iconify-icon>
|
2025-11-14 21:38:09 +00:00
|
|
|
</button>
|
2025-11-12 18:26:18 +00:00
|
|
|
{{end}}
|