summaryrefslogtreecommitdiffstats
path: root/templates/partials/list_card.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials/list_card.html')
-rw-r--r--templates/partials/list_card.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html
index af17725..438659c 100644
--- a/templates/partials/list_card.html
+++ b/templates/partials/list_card.html
@@ -6,12 +6,12 @@ $if(it.url)$
6 $endif$ 6 $endif$
7 $if(it.icon)$ 7 $if(it.icon)$
8 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> 8 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true">
9 <use href="/symbols.svg#icon-$it.icon$"></use> 9 <use href="/icons.svg#$it.icon$"></use>
10 </svg> 10 </svg>
11 $endif$ 11 $endif$
12 <div class="l-media__block l-media__block--main"> 12 <div class="l-media__block l-media__block--main">
13 $it.title$ 13 $it.title$
14 </div> 14 </div>
15 $if(it.subtitle)$ 15 $if(it.subtitle)$
16 <div class="l-media__block u-fs0"> 16 <div class="l-media__block u-fs0">
17 <small> 17 <small>
@@ -36,7 +36,7 @@ $if(it.url)$
36 $endif$ 36 $endif$
37 $if(it.post_icon)$ 37 $if(it.post_icon)$
38 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> 38 <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true">
39 <use href="/symbols.svg#icon-$it.post_icon$"></use> 39 <use href="/icons.svg#$it.post_icon$"></use>
40 </svg> 40 </svg>
41 $endif$ 41 $endif$
42 </div> 42 </div>