Remove title link
This commit is contained in:
parent
6c6d2f7732
commit
85502efab3
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue