diff options
Diffstat (limited to 'templates/partials/grid_card.html')
-rw-r--r-- | templates/partials/grid_card.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index 8c7ea0a..4120169 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html | |||
@@ -13,7 +13,7 @@ $if(it.url)$ | |||
13 | $endif$ | 13 | $endif$ |
14 | $if(it.icon)$ | 14 | $if(it.icon)$ |
15 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 15 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
16 | <use href="/icons.svg#$it.icon$"></use> | 16 | <use href="$assets.icons_svg$#$it.icon$"></use> |
17 | </svg> | 17 | </svg> |
18 | $endif$ | 18 | $endif$ |
19 | <div class="l-media__block l-media__block--main"> | 19 | <div class="l-media__block l-media__block--main"> |
@@ -38,7 +38,7 @@ $if(it.url)$ | |||
38 | </div> | 38 | </div> |
39 | $if(it.post_icon)$ | 39 | $if(it.post_icon)$ |
40 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 40 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
41 | <use href="/icons.svg#$it.post_icon$"></use> | 41 | <use href="$assets.icons_svg$#$it.post_icon$"></use> |
42 | </svg> | 42 | </svg> |
43 | $endif$ | 43 | $endif$ |
44 | </div> | 44 | </div> |