blog/layouts/partials/comments.html

10 lines
560 B
HTML
Raw Normal View History

2023-10-01 23:56:25 +03:00
<div class="share-buttons">
<a href="mailto:i@neonxp.ru?subject={{.Title | html }}" style="display: block;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" height="32" width="32">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
<span>Написать комментарий</span>
</a>
</div>