diff options
author | Volpeon <git@volpeon.ink> | 2022-06-20 18:32:44 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-20 18:32:44 +0200 |
commit | cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8 (patch) | |
tree | b206ef9448e6e900703792262f32dc91ed39e5e5 /templates/layouts/exhibit.html | |
parent | WIP: Hashing all static assets (diff) | |
download | volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.tar.gz volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.tar.bz2 volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.zip |
Add hash to more assets
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> |