Fix tw element

This commit is contained in:
Jeremy Thomas
2019-04-07 16:28:01 +01:00
parent b654e651c3
commit cc02aab5fb
10 changed files with 185 additions and 640 deletions

View File

@@ -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>