s/excerpt/description/ #53

This commit is contained in:
Chris Croome
2019-04-25 18:53:35 +01:00
parent 12a7b251d6
commit 6de1586824
4 changed files with 11 additions and 11 deletions

View File

@ -17,8 +17,8 @@
<div class="small-12 small-centered columns">
<img src="/images/services/{{ page.slug }}.png" alt="">
<h1>Coops that offer <span>{{ page.name }}</span></h1>
{% if page.excerpt %}
<p>{{ page.excerpt }}</p>
{% if page.description %}
<p>{{ page.description }}</p>
{% endif %}
</div>
</div>