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

6 lines
208 B
HTML
Raw Normal View History

<!-- 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.slug}}"></a>
</div>