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 %}
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue