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

@@ -12,8 +12,7 @@
{{ include.content | markdownify }}
{% if include.title == 'No JavaScript' %}
{% assign tweet = site.data.love.tweets_by_id.860885116909998080 %}
{% include elements/tw.html tweet=tweet modifier='bd-is-grey' %}
{% include elements/tw.html tweet_id="860885116909998080" modifier='bd-is-grey' %}
{% endif %}
</div>
</div>