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