anorgatarrak-wordpress-theme/partials/catalog.template.html

6 lines
206 B
HTML
Raw Normal View History

2017-11-09 19:40:49 +01:00
<!-- load entrevistas -->
<div class="slideshow">
<a ng-repeat="e in entrevistas" class="square" style="background-image:url('{{e.featured_image_thumbnail_url}}');" ng-href="/catalog/{{e.id}}"></a>
</div>