File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change 2
2
layout: base
3
3
---
4
4
5
- < article >
6
- < section class ="grid ">
5
+ < article class ="grid ">
7
6
< img src ="{{ page.image }} " alt ="{{ page.title }} " class ="headshot ">
8
- < div >
7
+ < section >
9
8
< hgroup >
10
9
< h1 > {{ page.title }}</ h1 >
11
10
{% if page.role %}
@@ -18,18 +17,15 @@ <h1>{{ page.title }}</h1>
18
17
{% if page.social %}
19
18
{% include social-links.html social=page.social %}
20
19
{% endif %}
21
- </ div >
22
- </ section >
20
+ < h2 style ="font-size: 1rem; margin: 2rem 0 1rem 0; "> Participating In</ h2 >
21
+ {% assign speaker_sessions = site.sessions | where_exp: "session", "session.performer contains page.slug" %}
22
+ {% if speaker_sessions and speaker_sessions.size > 0 %}
23
+ {% for session in speaker_sessions %}
24
+ {% include session-card.html session=session %}
25
+ {% endfor %}
26
+ {% else %}
27
+ < p > Sessions coming soon.</ p >
28
+ {% endif %}
29
+ </ section >
23
30
</ article >
24
31
25
- < section >
26
- < h2 > Participating in</ h2 >
27
- {% assign speaker_sessions = site.sessions | where_exp: "session", "session.performer contains page.slug" %}
28
- {% if speaker_sessions and speaker_sessions.size > 0 %}
29
- {% for session in speaker_sessions %}
30
- {% include session-card.html session=session %}
31
- {% endfor %}
32
- {% else %}
33
- < p > Sessions coming soon.</ p >
34
- {% endif %}
35
- </ section >
You can’t perform that action at this time.
0 commit comments