Added talk.html.twig
This commit is contained in:
parent
89cf4acb32
commit
f61e8d8333
11 changed files with 17 additions and 1 deletions
8
source/themes/opdavies/opdavies/_layouts/talk.html.twig
Normal file
8
source/themes/opdavies/opdavies/_layouts/talk.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div class="col-md-9">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% block content %}{% endblock %}
|
||||
</div>{# .col-md-9 #}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue