diff options
Diffstat (limited to 'templates/layouts')
| -rw-r--r-- | templates/layouts/exhibit.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/layouts/exhibit.html b/templates/layouts/exhibit.html index 22f4bcf..a7eeec1 100644 --- a/templates/layouts/exhibit.html +++ b/templates/layouts/exhibit.html | |||
| @@ -55,7 +55,8 @@ $body$ | |||
| 55 | 55 | ||
| 56 | $for(images)$ | 56 | $for(images)$ |
| 57 | <figure class="c-figure js-lightbox__image u-d-none@js"> | 57 | <figure class="c-figure js-lightbox__image u-d-none@js"> |
| 58 | <img src="$it$" /> | 58 | <img src="$it.url.rel$" alt="$it.description$" /> |
| 59 | <figcaption>$it.description$</figcaption> | ||
| 59 | </figure> | 60 | </figure> |
| 60 | $endfor$ | 61 | $endfor$ |
| 61 | </div> | 62 | </div> |
