Merge branch 'master' into talks
This commit is contained in:
commit
bd1c285366
34 changed files with 73 additions and 57 deletions
22
source/_layouts/talk.html.twig
Normal file
22
source/_layouts/talk.html.twig
Normal file
|
@ -0,0 +1,22 @@
|
|||
{% extends 'default.html.twig' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<main class="col-md-9">
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
<p>
|
||||
At {{ page.event.name }} -
|
||||
{% spaceless %}{% if page.fuzzy_date %}
|
||||
{{ page.date|date(site.fuzzy_date_format) }}
|
||||
{% else %}
|
||||
{{ page.date|date(site.default_date_format) }}
|
||||
{% endif %}{% endspaceless %}.
|
||||
</p>
|
||||
|
||||
{{ page.blocks.content|raw }}
|
||||
|
||||
{% if page.slides.embed %}
|
||||
{{ page.slides.embed|raw }}
|
||||
{% endif %}
|
||||
</main>
|
||||
{% endblock content_wrapper %}
|
Loading…
Add table
Add a link
Reference in a new issue