summaryrefslogtreecommitdiffstats
path: root/templates/partials
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-20 18:32:44 +0200
committerVolpeon <git@volpeon.ink>2022-06-20 18:32:44 +0200
commitcfa66c5ec0fe8d948df16bf3ce17291e9913b2a8 (patch)
treeb206ef9448e6e900703792262f32dc91ed39e5e5 /templates/partials
parentWIP: Hashing all static assets (diff)
downloadvolpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.tar.gz
volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.tar.bz2
volpeon.ink-cfa66c5ec0fe8d948df16bf3ce17291e9913b2a8.zip
Add hash to more assets
Diffstat (limited to 'templates/partials')
-rw-r--r--templates/partials/gallery_card.html4
-rw-r--r--templates/partials/grid_card.html4
-rw-r--r--templates/partials/list_card.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html
index 40d3495..4aa274a 100644
--- a/templates/partials/gallery_card.html
+++ b/templates/partials/gallery_card.html
@@ -26,7 +26,7 @@ $if(it.thumbnail)$
26 $endif$ 26 $endif$
27 $if(it.icon)$ 27 $if(it.icon)$
28 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> 28 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true">
29 <use href="/icons.svg#$it.icon$"></use> 29 <use href="$assets.icons_svg$#$it.icon$"></use>
30 </svg> 30 </svg>
31 $endif$ 31 $endif$
32 <div class="l-media__block l-media__block--main"> 32 <div class="l-media__block l-media__block--main">
@@ -51,7 +51,7 @@ $if(it.thumbnail)$
51 </div> 51 </div>
52 $if(it.post_icon)$ 52 $if(it.post_icon)$
53 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> 53 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true">
54 <use href="/icons.svg#$it.post_icon$"></use> 54 <use href="$assets.icons_svg$#$it.post_icon$"></use>
55 </svg> 55 </svg>
56 $endif$ 56 $endif$
57 </div> 57 </div>
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html
index 8c7ea0a..4120169 100644
--- a/templates/partials/grid_card.html
+++ b/templates/partials/grid_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"> 19 <div class="l-media__block l-media__block--main">
@@ -38,7 +38,7 @@ $if(it.url)$
38 </div> 38 </div>
39 $if(it.post_icon)$ 39 $if(it.post_icon)$
40 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> 40 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true">
41 <use href="/icons.svg#$it.post_icon$"></use> 41 <use href="$assets.icons_svg$#$it.post_icon$"></use>
42 </svg> 42 </svg>
43 $endif$ 43 $endif$
44 </div> 44 </div>
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>