diff options
Diffstat (limited to 'templates/layouts/page.html')
| -rw-r--r-- | templates/layouts/page.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 3721510..e40bf4c 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
| @@ -46,19 +46,19 @@ $body$ | |||
| 46 | 46 | ||
| 47 | <img class="o-lightbox__img" /> | 47 | <img class="o-lightbox__img" /> |
| 48 | 48 | ||
| 49 | <button class="o-lightbox__prev-btn o-action-button o-action-button--quiet o-action-button--round"> | 49 | <button class="o-lightbox__nav-btn o-lightbox__nav-btn--prev o-action-button o-action-button--quiet o-action-button--round"> |
| 50 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 50 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
| 51 | <use href="/icons.svg#chevron-left"></use> | 51 | <use href="/icons.svg#chevron-left"></use> |
| 52 | </svg> | 52 | </svg> |
| 53 | </button> | 53 | </button> |
| 54 | 54 | ||
| 55 | <button class="o-lightbox__next-btn o-action-button o-action-button--quiet o-action-button--round"> | 55 | <button class="o-lightbox__nav-btn o-lightbox__nav-btn--next o-action-button o-action-button--quiet o-action-button--round"> |
| 56 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 56 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
| 57 | <use href="/icons.svg#chevron-right"></use> | 57 | <use href="/icons.svg#chevron-right"></use> |
| 58 | </svg> | 58 | </svg> |
| 59 | </button> | 59 | </button> |
| 60 | 60 | ||
| 61 | <footer class="o-lightbox__footer"></footer> | 61 | <div class="o-lightbox__thumbnails"></div> |
| 62 | </div> | 62 | </div> |
| 63 | </div> | 63 | </div> |
| 64 | </main> | 64 | </main> |
