Add link back to speakers
This commit is contained in:
parent
b7e9724584
commit
3831027e56
|
@ -1,6 +1,6 @@
|
|||
{% for session in sessions if speaker.name in session.speakers %}
|
||||
{% if loop.first %}
|
||||
<h2 class="tw-mt-10">Session</h2>
|
||||
<h2 class="tw-mt-8">Session</h2>
|
||||
{% endif %}
|
||||
|
||||
<a href="{{ session.url }}">
|
||||
|
|
|
@ -35,6 +35,10 @@
|
|||
</div>
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
<div class="tw-mt-8 tw-block">
|
||||
<a class="tw-text-purple-500 hocus:tw-text-pink-600 tw-no-underline hocus:tw-underline" href="/#speakers">View all speakers →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside>
|
||||
|
|
Loading…
Reference in a new issue