Using extended version of placeteaesr

This commit is contained in:
reverend 2020-08-01 10:57:49 +02:00
parent 3f29a83f3f
commit 1195aef920

View File

@ -4,7 +4,7 @@
{{#each places}}
<li class="LP-PlaceList__Item">
<a href="#" class="LP-Link">
{{> @placeteaser image=this.image title=this.name location=this.location description=this.description}}
{{> @placeteaser image=this.image title=this.name location=this.location description=this.description modifier='--extended'}}
</a>
</li>
{{/each}}