compose-theme/layouts/partials/share.html

7 lines
189 B
HTML
Raw Permalink Normal View History

2024-07-26 17:08:59 +02:00
{{- $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>