Split talk layout into partials

This commit is contained in:
Oliver Davies 2017-09-05 18:37:41 +01:00
parent e883696526
commit e1dbd21ef2
4 changed files with 40 additions and 39 deletions

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