|
@@ -3,7 +3,7 @@
|
|
|
{% for img in images %}
|
|
|
{% image img fill-285x200-c100 as img_obj %}
|
|
|
<div class="col-sm-6">
|
|
|
- <a href="">
|
|
|
+ <a href="{{img_obj.image.get_usage.first.specific.url}}">
|
|
|
<figure class="gallery-figure">
|
|
|
<img src="{{img_obj.url}}" class="img-responsive" />
|
|
|
<figcaption>{{ img.title }}</figcaption>
|