Rename files
This commit is contained in:
parent
4a04500bcc
commit
fe13db722b
18 changed files with 0 additions and 0 deletions
15
source/_layouts/talk.html.twig
Normal file
15
source/_layouts/talk.html.twig
Normal file
|
@ -0,0 +1,15 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block body_classes %}page--talks page--talks__talk{% endblock %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
{% if page.slides_embed %}
|
||||
<div class="slides">
|
||||
{{ page.slides_embed|raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue