diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-18 08:47:28 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-18 08:47:28 +0200 |
| commit | 7050b8141eae25a0cdc394fd195e66dd9af29ad7 (patch) | |
| tree | 5ff32ef829157143f6f47278d114900b23f7616c /templates/layouts/exhibit.html | |
| parent | Use dvh unit to make exhibit component fill viewport (diff) | |
| download | volpeon.ink-7050b8141eae25a0cdc394fd195e66dd9af29ad7.tar.gz volpeon.ink-7050b8141eae25a0cdc394fd195e66dd9af29ad7.tar.bz2 volpeon.ink-7050b8141eae25a0cdc394fd195e66dd9af29ad7.zip | |
Improved exhibit
Diffstat (limited to 'templates/layouts/exhibit.html')
| -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> |
