Fix book banner

This commit is contained in:
Jeremy Thomas
2018-04-10 23:02:30 +01:00
parent d72f51ece7
commit a1c8414c59
12 changed files with 44 additions and 39 deletions

View File

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