diff options
Diffstat (limited to 'templates/partials')
-rw-r--r-- | templates/partials/grid_card.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index 449b25c..e1b7f78 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html | |||
@@ -30,7 +30,7 @@ | |||
30 | </div> | 30 | </div> |
31 | $if(it.post_icon)$ | 31 | $if(it.post_icon)$ |
32 | <svg class="c-card__block o-icon" width="1em" height="1em"> | 32 | <svg class="c-card__block o-icon" width="1em" height="1em"> |
33 | <use href="/symbols.svg#$it.post_icon$"></use> | 33 | <use href="/symbols.svg#icon-$it.post_icon$"></use> |
34 | </svg> | 34 | </svg> |
35 | $endif$ | 35 | $endif$ |
36 | </a> | 36 | </a> |