diff options
Diffstat (limited to 'templates/layouts/exhibit.html')
-rw-r--r-- | templates/layouts/exhibit.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/layouts/exhibit.html b/templates/layouts/exhibit.html index a7eeec1..cee28f9 100644 --- a/templates/layouts/exhibit.html +++ b/templates/layouts/exhibit.html | |||
@@ -5,7 +5,7 @@ | |||
5 | itemtype="https://schema.org/$schema_type$" | 5 | itemtype="https://schema.org/$schema_type$" |
6 | itemid="$url.full$" | 6 | itemid="$url.full$" |
7 | > | 7 | > |
8 | <section class="c-exhibit js-lightbox"> | 8 | <section class="c-exhibit js-lightbox js-lightbox--standalone"> |
9 | <div class="c-exhibit__content o-lightbox"> | 9 | <div class="c-exhibit__content o-lightbox"> |
10 | <img class="o-lightbox__img" /> | 10 | <img class="o-lightbox__img" /> |
11 | 11 | ||
@@ -52,13 +52,6 @@ | |||
52 | <div class="l-container l-container--pad-x l-container--pad-y l-container--narrow-125 u-pt-400"> | 52 | <div class="l-container l-container--pad-x l-container--pad-y l-container--narrow-125 u-pt-400"> |
53 | <div class="s-body s-colored-links s-headings s-blockquotes s-code s-lists s-tables s-alerts e-content" itemprop="articleBody"> | 53 | <div class="s-body s-colored-links s-headings s-blockquotes s-code s-lists s-tables s-alerts e-content" itemprop="articleBody"> |
54 | $body$ | 54 | $body$ |
55 | |||
56 | $for(images)$ | ||
57 | <figure class="c-figure js-lightbox__image u-d-none@js"> | ||
58 | <img src="$it.url.rel$" alt="$it.description$" /> | ||
59 | <figcaption>$it.description$</figcaption> | ||
60 | </figure> | ||
61 | $endfor$ | ||
62 | </div> | 55 | </div> |
63 | </div> | 56 | </div> |
64 | </main> | 57 | </main> |