diff options
author | Volpeon <git@volpeon.ink> | 2022-06-20 18:32:44 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-20 18:32:44 +0200 |
commit | cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8 (patch) | |
tree | b206ef9448e6e900703792262f32dc91ed39e5e5 /templates/partials/list_card.html | |
parent | WIP: Hashing all static assets (diff) | |
download | volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.tar.gz volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.tar.bz2 volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.zip |
Add hash to more assets
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> |