compose-theme/layouts/partials/share.html
2024-07-26 17:08:59 +02:00

7 lines
No EOL
189 B
HTML

{{- $s := T "share_story" }}
{{- $lc := T "link_copied" }}
<div class="copy" data-before="{{ $s }}" data-after="{{ $lc }}">
<svg class="icon">
<use href="#copy"></use>
</svg>
</div>