summaryrefslogtreecommitdiffstats
path: root/templates/partials/gallery_card.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials/gallery_card.html')
-rw-r--r--templates/partials/gallery_card.html4
1 files changed, 2 insertions, 2 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>