jekyll-stealthy-share/_includes/hacker_news.html

12 lines
863 B
HTML

<li data-service="hacker_news">
<a href="https://news.ycombinator.com/submitlink?u={{ url | url_param_escape }}&t={{ title || url_param_escape }}" title="Share on Hacker News" target="_blank">
<div class="button">
<div aria-hidden="true" class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path fill-rule="evenodd" d="M128 256c70.692 0 128-57.308 128-128C256 57.308 198.692 0 128 0 57.308 0 0 57.308 0 128c0 70.692 57.308 128 128 128zm-9.06-113.686L75 60h20.08l25.85 52.093c.397.927.86 1.888 1.39 2.883.53.994.995 2.02 1.393 3.08.265.4.463.764.596 1.095.13.334.262.63.395.898.662 1.325 1.26 2.618 1.79 3.877.53 1.26.993 2.42 1.39 3.48 1.06-2.254 2.22-4.673 3.48-7.258 1.26-2.585 2.552-5.27 3.877-8.052L161.49 60h18.69l-44.34 83.308v53.087h-16.9v-54.08z"/></svg>
</div>
Hacker News
</div>
</a>
</li>