mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Add love
This commit is contained in:
13
docs/_includes/elements/tw-button.html
Normal file
13
docs/_includes/elements/tw-button.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<a class="tw-button button"
|
||||
data-social-network="Twitter"
|
||||
data-social-action="tweet"
|
||||
data-social-target="{{ site.url }}"
|
||||
target="_blank"
|
||||
href="https://twitter.com/intent/tweet?text={{ site.title | urlencode }}&hashtags=bulmaio&url={{ site.url }}&via=jgthms">
|
||||
<span class="icon">
|
||||
<i class="fa fa-twitter"></i>
|
||||
</span>
|
||||
<span>
|
||||
{{ include.label }}
|
||||
</span>
|
||||
</a>
|
||||
Reference in New Issue
Block a user