Remove title link
This commit is contained in:
parent
6c6d2f7732
commit
85502efab3
|
@ -1,11 +1,5 @@
|
|||
<article>
|
||||
<h3 class="text-lg text-black mb-1">
|
||||
{% if talk.url %}
|
||||
<a class="text-inherit" href="{{ talk.url }}">{{ talk.title }}</a>
|
||||
{% else %}
|
||||
{{ talk.title }}
|
||||
{% endif %}
|
||||
</h3>
|
||||
<h3 class="text-lg text-black mb-1">{{ talk.title }}</h3>
|
||||
|
||||
<div class="text-sm text-grey-darkest">
|
||||
<p>{{ talk.excerpt }}</p>
|
||||
|
|
Loading…
Reference in a new issue