Add tweets to TDD talk

This commit is contained in:
Oliver Davies 2018-06-20 22:56:25 +01:00
parent a1f934b8c1
commit 0a4c48b287
4 changed files with 38 additions and 3 deletions

View file

@ -0,0 +1,7 @@
{% if page.blocks.tweets %}
<div class="mt-6">
<h2>Tweets</h2>
{{ page.blocks.tweets|raw }}
</div>
{% endif %}

View file

@ -1,5 +1,10 @@
<p>
<blockquote class="twitter-tweet" data-cards="hidden" lang="en">
<div class="{{ class }}">
<blockquote
class="twitter-tweet"
data-cards="hidden"
data-conversation="none"
lang="en"
>
{{ content|raw }}
</blockquote>
</p>
</div>