mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Add drawings
This commit is contained in:
@@ -13,7 +13,14 @@
|
||||
</div>
|
||||
|
||||
<div class="column is-4">
|
||||
{% assign tweet = site.data.love.tweets_by_id.915580081938018304 %}{% include elements/tw.html tweet=tweet%}
|
||||
{% assign tweet = site.data.love.tweets_by_id.915580081938018304 %}
|
||||
{% include
|
||||
elements/tw.html
|
||||
tweet=tweet
|
||||
drawing_id='love-letters'
|
||||
drawing_width=240
|
||||
drawing_height=120
|
||||
%}
|
||||
{% assign tweet = site.data.love.tweets_by_id.903629781744439297 %}{% include elements/tw.html tweet=tweet%}
|
||||
{% assign tweet = site.data.love.tweets_by_id.909653512010833920 %}{% include elements/tw.html tweet=tweet%}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user