Add talks on speaker page
This commit is contained in:
parent
82802ecc45
commit
2e76f53407
|
@ -15,5 +15,7 @@
|
||||||
|
|
||||||
{% block content_bottom %}{% endblock %}
|
{% block content_bottom %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% block content_bottom %}{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
{% extends 'page' %}
|
{% extends 'page' %}
|
||||||
|
|
||||||
{% block title %}{{ page.name }}{% endblock %}
|
{% block title %}{{ page.name }}{% endblock %}
|
||||||
|
|
||||||
|
{% block content_bottom %}
|
||||||
|
<h3>Session</h3>
|
||||||
|
|
||||||
|
{% for session in data.sessions if page.name in session.speakers %}
|
||||||
|
<a href="{{ session.url }}">
|
||||||
|
{{ session.title }}
|
||||||
|
</a>
|
||||||
|
{% endfor %}
|
||||||
|
{% endblock %}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Tom Metcalfe
|
name: Tom Metcalfe
|
||||||
twitter: tommymets9
|
twitter: tommymets9
|
||||||
|
use:
|
||||||
|
- sessions
|
||||||
---
|
---
|
||||||
Some stuff about Tom.
|
Some stuff about Tom.
|
||||||
|
|
Loading…
Reference in a new issue