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 | |
| parent | Update (diff) | |
| download | volpeon.ink-7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf.tar.gz volpeon.ink-7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf.tar.bz2 volpeon.ink-7ae014f7e8e6b9e28cc9b8d08aaeb96cb3a2c2bf.zip | |
Update
Diffstat (limited to 'templates/partials')
| -rw-r--r-- | templates/partials/gallery_card.html | 4 | ||||
| -rw-r--r-- | templates/partials/grid_card.html | 4 | ||||
| -rw-r--r-- | templates/partials/list_card.html | 6 |
3 files changed, 7 insertions, 7 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> |
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index b3763e4..c5924e1 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html | |||
| @@ -6,7 +6,7 @@ $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"> |
| @@ -32,7 +32,7 @@ $if(it.url)$ | |||
| 32 | </div> | 32 | </div> |
| 33 | $if(it.post_icon)$ | 33 | $if(it.post_icon)$ |
| 34 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 34 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |
| 35 | <use href="/symbols.svg#icon-$it.post_icon$"></use> | 35 | <use href="/icons.svg#$it.post_icon$"></use> |
| 36 | </svg> | 36 | </svg> |
| 37 | $endif$ | 37 | $endif$ |
| 38 | </div> | 38 | </div> |
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> |
