mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Use tweet ids
This commit is contained in:
parent
acd571ec28
commit
b42aff11ef
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>
|
||||
|
Loading…
Reference in New Issue
Block a user