diff options
Diffstat (limited to 'templates/partials/list_card.html')
| -rw-r--r-- | templates/partials/list_card.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index dc9111e..539b7d3 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_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 u-d-none@sm-hi"> | 19 | <div class="l-media__block l-media__block--main u-d-none@sm-hi"> |
| @@ -54,7 +54,7 @@ $if(it.url)$ | |||
| 54 | $endif$ | 54 | $endif$ |
| 55 | $if(it.post_icon)$ | 55 | $if(it.post_icon)$ |
| 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#$it.post_icon$"></use> | 57 | <use href="$assets.icons_svg$#$it.post_icon$"></use> |
| 58 | </svg> | 58 | </svg> |
| 59 | $endif$ | 59 | $endif$ |
| 60 | </div> | 60 | </div> |
