diff options
author | Volpeon <git@volpeon.ink> | 2021-11-20 19:47:24 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-20 19:47:24 +0100 |
commit | 3c38566351d42dd14486b1adcaaa0c5cb0e0f6c4 (patch) | |
tree | cb65413bd488abceed78f062e4cfaf4024f5ceac /templates | |
parent | Fix list (diff) | |
download | volpeon.ink-3c38566351d42dd14486b1adcaaa0c5cb0e0f6c4.tar.gz volpeon.ink-3c38566351d42dd14486b1adcaaa0c5cb0e0f6c4.tar.bz2 volpeon.ink-3c38566351d42dd14486b1adcaaa0c5cb0e0f6c4.zip |
Fix list card post icon
Diffstat (limited to 'templates')
-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> |