diff --git a/source/themes/opdavies/opdavies/_layouts/talk.html.twig b/source/themes/opdavies/opdavies/_layouts/talk.html.twig index 00938bc1..7cf58526 100644 --- a/source/themes/opdavies/opdavies/_layouts/talk.html.twig +++ b/source/themes/opdavies/opdavies/_layouts/talk.html.twig @@ -1,8 +1,12 @@ {% extends 'default' %} {% block content_wrapper %} -
-

{{ page.title }}

- {% block content %}{% endblock %} -
{# .col-md-9 #} +

{{ page.title }}

+ {% block content %}{% endblock %} + + {% if page.slides_embed %} +
+ {{ page.slides_embed|raw }} +
+ {% endif %} {% endblock %} \ No newline at end of file