mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Fix tw element
This commit is contained in:
@@ -11,6 +11,13 @@
|
||||
<h4 class="subtitle is-4">
|
||||
Simply set your own Sass variables before importing Bulma
|
||||
</h4>
|
||||
<div class="bd-index-custom-tweet">
|
||||
{% include
|
||||
elements/tw.html
|
||||
tweet_id="1070320154452656128"
|
||||
modifier='bd-is-grey'
|
||||
%}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="columns">
|
||||
|
||||
@@ -19,10 +19,9 @@
|
||||
|
||||
<div class="column">
|
||||
<div class="bd-index-js-tweet">
|
||||
{% assign tweet = site.data.love.tweets_by_id.860885116909998080 %}
|
||||
{% include
|
||||
elements/tw.html
|
||||
tweet=tweet
|
||||
tweet_id="860885116909998080"
|
||||
modifier='bd-is-grey'
|
||||
drawing_id='opinion-free'
|
||||
drawing_width=152
|
||||
|
||||
@@ -15,10 +15,9 @@
|
||||
</h4>
|
||||
</header>
|
||||
|
||||
{% assign tweet = site.data.love.tweets_by_id.868829487072464897 %}
|
||||
{% include
|
||||
elements/tw.html
|
||||
tweet=tweet
|
||||
tweet_id="868829487072464897"
|
||||
modifier='bd-is-grey'
|
||||
drawing_id='crazy'
|
||||
drawing_width=108
|
||||
|
||||
Reference in New Issue
Block a user