Change excerpt to description

This commit is contained in:
Oliver Davies 2019-03-04 00:05:04 +00:00
parent 4a0acbdf7f
commit ee9b90098d
27 changed files with 30 additions and 30 deletions

View file

@ -2,7 +2,7 @@
<h3 class="text-lg text-black mb-1">{{ talk.title }}</h3>
<div class="text-sm text-grey-darkest">
<p>{{ talk.excerpt }}</p>
<p>{{ talk.description }}</p>
</div>
{% if talk.url %}