diff options
Diffstat (limited to 'templates/partials/gallery_card.html')
-rw-r--r-- | templates/partials/gallery_card.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index 8e6f95a..81c7745 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html | |||
@@ -17,7 +17,7 @@ $if(it.thumbnail)$ | |||
17 | $endif$ | 17 | $endif$ |
18 | $if(it.icon)$ | 18 | $if(it.icon)$ |
19 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 19 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
20 | <use href="/symbols.svg#icon-$it.icon$"></use> | 20 | <use href="/icons.svg#$it.icon$"></use> |
21 | </svg> | 21 | </svg> |
22 | $endif$ | 22 | $endif$ |
23 | <div class="l-media__block l-media__block--main"> | 23 | <div class="l-media__block l-media__block--main"> |
@@ -43,7 +43,7 @@ $if(it.thumbnail)$ | |||
43 | </div> | 43 | </div> |
44 | $if(it.post_icon)$ | 44 | $if(it.post_icon)$ |
45 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 45 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
46 | <use href="/symbols.svg#icon-$it.post_icon$"></use> | 46 | <use href="/icons.svg#$it.post_icon$"></use> |
47 | </svg> | 47 | </svg> |
48 | $endif$ | 48 | $endif$ |
49 | </div> | 49 | </div> |