mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Use tweet ids
This commit is contained in:
1317
docs/_data/love.json
1317
docs/_data/love.json
File diff suppressed because it is too large
Load Diff
@@ -47,7 +47,8 @@ tweets:
|
||||
</div>
|
||||
|
||||
<div class="bd-tws-love">
|
||||
{% for tweet in site.data.love.tweets reversed %}
|
||||
{% for tweetId in site.data.love.tweets reversed %}
|
||||
{% assign tweet = site.data.love.tweetsById[tweetId] %}
|
||||
{% include tw.html tweet=tweet %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user