Add tweets to TDD talk
This commit is contained in:
parent
a1f934b8c1
commit
0a4c48b287
4 changed files with 38 additions and 3 deletions
7
source/_partials/talk/tweets.html.twig
Normal file
7
source/_partials/talk/tweets.html.twig
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% if page.blocks.tweets %}
|
||||
<div class="mt-6">
|
||||
<h2>Tweets</h2>
|
||||
|
||||
{{ page.blocks.tweets|raw }}
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue