Add link to talk
This commit is contained in:
parent
0c8c2f8eb7
commit
b0623376ec
|
@ -63,7 +63,7 @@ talks:
|
||||||
|
|
||||||
<div class="spaced-y-12">
|
<div class="spaced-y-12">
|
||||||
{% for talk in getPastTalks(page.talks|merge(data.talks))|reverse %}
|
{% for talk in getPastTalks(page.talks|merge(data.talks))|reverse %}
|
||||||
<div>
|
<article>
|
||||||
<h3 class="text-lg text-black mb-1">
|
<h3 class="text-lg text-black mb-1">
|
||||||
{% if talk.url %}
|
{% if talk.url %}
|
||||||
<a class="text-inherit" href="{{ talk.url }}">{{ talk.title }}</a>
|
<a class="text-inherit" href="{{ talk.url }}">{{ talk.title }}</a>
|
||||||
|
@ -75,7 +75,16 @@ talks:
|
||||||
<div class="text-sm text-grey-darkest">
|
<div class="text-sm text-grey-darkest">
|
||||||
<p>{{ talk.excerpt }}</p>
|
<p>{{ talk.excerpt }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
{% if talk.url %}
|
||||||
|
<footer class="mt-1">
|
||||||
|
<a href="{{ talk.url }}" class="text-grey-dark text-sm">
|
||||||
|
Find out more
|
||||||
|
<span class="visuallyhidden">about {{ talk.title }}</span>
|
||||||
|
</a>
|
||||||
|
</footer>
|
||||||
|
{% endif %}
|
||||||
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue