diff options
Diffstat (limited to 'templates/layouts/exhibit.html')
| -rw-r--r-- | templates/layouts/exhibit.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layouts/exhibit.html b/templates/layouts/exhibit.html index 3170305..fcc92a4 100644 --- a/templates/layouts/exhibit.html +++ b/templates/layouts/exhibit.html | |||
| @@ -10,13 +10,13 @@ | |||
| 10 | 10 | ||
| 11 | <button class="o-lightbox__nav-btn o-lightbox__nav-btn--prev o-action-button o-action-button--quiet o-action-button--round"> | 11 | <button class="o-lightbox__nav-btn o-lightbox__nav-btn--prev o-action-button o-action-button--quiet o-action-button--round"> |
| 12 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 12 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
| 13 | <use href="/icons.svg#chevron-left"></use> | 13 | <use href="$assets.icons_svg$#chevron-left"></use> |
| 14 | </svg> | 14 | </svg> |
| 15 | </button> | 15 | </button> |
| 16 | 16 | ||
| 17 | <button class="o-lightbox__nav-btn o-lightbox__nav-btn--next o-action-button o-action-button--quiet o-action-button--round"> | 17 | <button class="o-lightbox__nav-btn o-lightbox__nav-btn--next o-action-button o-action-button--quiet o-action-button--round"> |
| 18 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 18 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
| 19 | <use href="/icons.svg#chevron-right"></use> | 19 | <use href="$assets.icons_svg$#chevron-right"></use> |
| 20 | </svg> | 20 | </svg> |
| 21 | </button> | 21 | </button> |
| 22 | 22 | ||
| @@ -56,4 +56,4 @@ $body$ | |||
| 56 | </div> | 56 | </div> |
| 57 | </main> | 57 | </main> |
| 58 | 58 | ||
| 59 | <script src="/lightbox.js"></script> | 59 | <script src="$assets.lightbox_js$"></script> |
