diff options
author | Volpeon <git@volpeon.ink> | 2022-06-12 08:46:20 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-12 08:46:20 +0200 |
commit | 7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf (patch) | |
tree | 930d76a4a45baea8ec4f51fbe7122f32a3a45076 /templates/partials/gallery_card.html | |
parent | Update (diff) | |
download | volpeon.ink-7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf.tar.gz volpeon.ink-7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf.tar.bz2 volpeon.ink-7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf.zip |
Update
Diffstat (limited to 'templates/partials/gallery_card.html')
-rw-r--r-- | templates/partials/gallery_card.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index 8e6f95a..81c7745 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html | |||
@@ -17,7 +17,7 @@ $if(it.thumbnail)$ | |||
17 | $endif$ | 17 | $endif$ |
18 | $if(it.icon)$ | 18 | $if(it.icon)$ |
19 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 19 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
20 | <use href="/symbols.svg#icon-$it.icon$"></use> | 20 | <use href="/icons.svg#$it.icon$"></use> |
21 | </svg> | 21 | </svg> |
22 | $endif$ | 22 | $endif$ |
23 | <div class="l-media__block l-media__block--main"> | 23 | <div class="l-media__block l-media__block--main"> |
@@ -43,7 +43,7 @@ $if(it.thumbnail)$ | |||
43 | </div> | 43 | </div> |
44 | $if(it.post_icon)$ | 44 | $if(it.post_icon)$ |
45 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 45 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
46 | <use href="/symbols.svg#icon-$it.post_icon$"></use> | 46 | <use href="/icons.svg#$it.post_icon$"></use> |
47 | </svg> | 47 | </svg> |
48 | $endif$ | 48 | $endif$ |
49 | </div> | 49 | </div> |