Remove title link

This commit is contained in:
Oliver Davies 2019-03-03 23:31:49 +00:00
parent 6c6d2f7732
commit 85502efab3

View file

@ -1,11 +1,5 @@
<article> <article>
<h3 class="text-lg text-black mb-1"> <h3 class="text-lg text-black mb-1">{{ talk.title }}</h3>
{% if talk.url %}
<a class="text-inherit" href="{{ talk.url }}">{{ talk.title }}</a>
{% else %}
{{ talk.title }}
{% endif %}
</h3>
<div class="text-sm text-grey-darkest"> <div class="text-sm text-grey-darkest">
<p>{{ talk.excerpt }}</p> <p>{{ talk.excerpt }}</p>