mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
14 lines
421 B
HTML
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>
|