mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Fix tw element
This commit is contained in:
@@ -52,8 +52,7 @@ tweets:
|
||||
<div class="bd-tws-love">
|
||||
{% for tweet_pair in site.data.love.tweets_by_id reversed %}
|
||||
{% assign tweet_id = tweet_pair[0] %}
|
||||
{% assign tweet = site.data.love.tweets_by_id[tweet_id] %}
|
||||
{% include elements/tw.html tweet=tweet %}
|
||||
{% include elements/tw.html tweet_id=tweet_id %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user