mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
7 lines
256 B
HTML
7 lines
256 B
HTML
{{- /* Diagram copy button */ -}}
|
|
{{- $label := .Label | default "Copy Diagram code" -}}
|
|
|
|
<div class="diagram-copy-btn" aria-label="{{ $label }}" role="button">
|
|
{{- dict "Class" "fa-regular fa-clone fa-width-auto" | partial "plugin/icon.html" -}}
|
|
</div>
|