diff options
-rw-r--r-- | templates/partials/list_card.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index 0ed6360..1a085a0 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_card.html | |||
@@ -34,7 +34,7 @@ | |||
34 | $endif$ | 34 | $endif$ |
35 | $if(it.post_icon)$ | 35 | $if(it.post_icon)$ |
36 | <svg class="c-card__block o-icon" width="1em" height="1em"> | 36 | <svg class="c-card__block o-icon" width="1em" height="1em"> |
37 | <use href="/symbols.svg#$it.post_icon$"></use> | 37 | <use href="/symbols.svg#icon-$it.post_icon$"></use> |
38 | </svg> | 38 | </svg> |
39 | $endif$ | 39 | $endif$ |
40 | </a> | 40 | </a> |