Add spacing above heading
This commit is contained in:
parent
e618511906
commit
b7e9724584
|
@ -1,6 +1,6 @@
|
||||||
{% for session in sessions if speaker.name in session.speakers %}
|
{% for session in sessions if speaker.name in session.speakers %}
|
||||||
{% if loop.first %}
|
{% if loop.first %}
|
||||||
<h2>Session</h2>
|
<h2 class="tw-mt-10">Session</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a href="{{ session.url }}">
|
<a href="{{ session.url }}">
|
||||||
|
|
Loading…
Reference in a new issue