summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/exhibit.html6
-rw-r--r--templates/layouts/page.html8
2 files changed, 7 insertions, 7 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>
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index e40bf4c..53af7e0 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -40,7 +40,7 @@ $body$
40 <div class="o-lightbox"> 40 <div class="o-lightbox">
41 <button class="o-lightbox__close-btn o-action-button o-action-button--quiet o-action-button--round"> 41 <button class="o-lightbox__close-btn o-action-button o-action-button--quiet o-action-button--round">
42 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> 42 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true">
43 <use href="/icons.svg#x"></use> 43 <use href="$assets.icons_svg$#x"></use>
44 </svg> 44 </svg>
45 </button> 45 </button>
46 46
@@ -48,13 +48,13 @@ $body$
48 48
49 <button class="o-lightbox__nav-btn o-lightbox__nav-btn--prev 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="$assets.icons_svg$#chevron-left"></use>
52 </svg> 52 </svg>
53 </button> 53 </button>
54 54
55 <button class="o-lightbox__nav-btn o-lightbox__nav-btn--next 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="$assets.icons_svg$#chevron-right"></use>
58 </svg> 58 </svg>
59 </button> 59 </button>
60 60
@@ -63,4 +63,4 @@ $body$
63 </div> 63 </div>
64</main> 64</main>
65 65
66<script src="/lightbox.js"></script> 66<script src="$assets.lightbox_js$"></script>