Using extended version of placeteaesr
This commit is contained in:
parent
3f29a83f3f
commit
1195aef920
@ -4,7 +4,7 @@
|
|||||||
{{#each places}}
|
{{#each places}}
|
||||||
<li class="LP-PlaceList__Item">
|
<li class="LP-PlaceList__Item">
|
||||||
<a href="#" class="LP-Link">
|
<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>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
Loading…
Reference in New Issue
Block a user