summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index be796de..4319d43 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -85,7 +85,7 @@ ${layouts/page()}
85 <div class="o-lightbox"> 85 <div class="o-lightbox">
86 <button class="o-lightbox__close-btn o-action-button o-action-button--quiet o-action-button--round"> 86 <button class="o-lightbox__close-btn o-action-button o-action-button--quiet o-action-button--round">
87 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> 87 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true">
88 <use href="/symbols.svg#icon-x"></use> 88 <use href="/icons.svg#x"></use>
89 </svg> 89 </svg>
90 </button> 90 </button>
91 91
@@ -93,13 +93,13 @@ ${layouts/page()}
93 93
94 <button class="o-lightbox__prev-btn o-action-button o-action-button--quiet o-action-button--round"> 94 <button class="o-lightbox__prev-btn o-action-button o-action-button--quiet o-action-button--round">
95 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> 95 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true">
96 <use href="/symbols.svg#icon-chevron-left"></use> 96 <use href="/icons.svg#chevron-left"></use>
97 </svg> 97 </svg>
98 </button> 98 </button>
99 99
100 <button class="o-lightbox__next-btn o-action-button o-action-button--quiet o-action-button--round"> 100 <button class="o-lightbox__next-btn o-action-button o-action-button--quiet o-action-button--round">
101 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> 101 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true">
102 <use href="/symbols.svg#icon-chevron-right"></use> 102 <use href="/icons.svg#chevron-right"></use>
103 </svg> 103 </svg>
104 </button> 104 </button>
105 105