bulma/docs/_includes/elements/tw-button.html

14 lines
421 B
HTML
Raw Normal View History

2017-08-14 11:44:24 +00:00
<a class="bd-tw-button button"
2017-07-30 17:22:13 +00:00
data-social-network="Twitter"
data-social-action="tweet"
2019-10-18 11:43:14 +00:00
data-social-target="https://bulma.io"
2017-07-30 17:22:13 +00:00
target="_blank"
2019-10-18 11:43:14 +00:00
href="https://twitter.com/intent/tweet?text={{ site.data.meta.title | urlencode }}&hashtags=bulmaio&url={{ 'https://bulma.io' | urlencode }}&via=jgthms">
2017-07-30 17:22:13 +00:00
<span class="icon">
2018-01-10 16:30:23 +00:00
<i class="fab fa-twitter"></i>
2017-07-30 17:22:13 +00:00
</span>
<span>
{{ include.label }}
</span>
2017-08-14 11:44:24 +00:00
</a>