mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
15 lines
530 B
HTML
15 lines
530 B
HTML
|
|
<aside class="comments">
|
|
|
|
<p>You should tweet this post</p>
|
|
<p class="btn-wrap">
|
|
<a class="btn twitter-share" target="_blank" href="https://twitter.com/intent/tweet?url={{ site.url | cgi_escape }}{{ page.url | cgi_escape }}&text={{ page.title | cgi_escape }}&via=kremalicious&related=kremaliciouscom">
|
|
<svg class="icon icon-entypo icon-entypo-twitter">
|
|
<use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use>
|
|
</svg>
|
|
Tweet
|
|
</a>
|
|
</p>
|
|
|
|
</aside>
|