bulma/docs/_includes/elements/tw-button.html
2019-10-18 07:43:14 -04:00

14 lines
421 B
HTML

<a class="bd-tw-button button"
data-social-network="Twitter"
data-social-action="tweet"
data-social-target="https://bulma.io"
target="_blank"
href="https://twitter.com/intent/tweet?text={{ site.data.meta.title | urlencode }}&hashtags=bulmaio&url={{ 'https://bulma.io' | urlencode }}&via=jgthms">
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
<span>
{{ include.label }}
</span>
</a>