Split talk layout into partials
This commit is contained in:
parent
e883696526
commit
e1dbd21ef2
4 changed files with 40 additions and 39 deletions
9
source/_includes/talk/video.html.twig
Normal file
9
source/_includes/talk/video.html.twig
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% if page.video.embed %}
|
||||
<div class="mt2">
|
||||
<h2>Video</h2>
|
||||
|
||||
<div class="video w-100 pa0 relative">
|
||||
{{ page.video.embed|raw }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue