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 %}