Add link back to speakers

This commit is contained in:
Oliver Davies 2019-05-16 00:21:57 +01:00
parent b7e9724584
commit 3831027e56
2 changed files with 5 additions and 1 deletions

View file

@ -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 class="tw-mt-10">Session</h2> <h2 class="tw-mt-8">Session</h2>
{% endif %} {% endif %}
<a href="{{ session.url }}"> <a href="{{ session.url }}">

View file

@ -35,6 +35,10 @@
</div> </div>
{% block content %}{% endblock %} {% 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 &rarr;</a>
</div>
</div> </div>
<aside> <aside>