Files
cv-site/templates/partials/widgets/contact-button.html
T

14 lines
463 B
HTML
Raw Normal View History

{{define "contact-button"}}
<!-- Contact Button (Fixed Left) -->
<!-- Uses HTML Invoker Commands API: commandfor + command="show-modal" -->
<button
id="contact-button"
class="fixed-btn contact-btn no-print has-tooltip"
commandfor="contact-modal"
command="show-modal"
aria-label="{{.UI.Widgets.Contact.AriaLabel}}"
data-tooltip="{{.UI.Widgets.Contact.Tooltip}}">
<iconify-icon icon="mdi:email-outline"></iconify-icon>
</button>
{{end}}