diff options
Diffstat (limited to 'templates/partials')
| -rw-r--r-- | templates/partials/gallery_card.html | 1 | ||||
| -rw-r--r-- | templates/partials/grid_card.html | 2 | ||||
| -rw-r--r-- | templates/partials/list_card.html | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index ea82412..4fe40a7 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html | |||
| @@ -8,7 +8,6 @@ $if(it.thumbnail)$ | |||
| 8 | itemtype="https://schema.org/$it.schema_type$" | 8 | itemtype="https://schema.org/$it.schema_type$" |
| 9 | $if(it.rel)$rel="$it.rel$"$endif$ | 9 | $if(it.rel)$rel="$it.rel$"$endif$ |
| 10 | > | 10 | > |
| 11 | <link class="u-url" itemprop="url" href="$it.url.full$" /> | ||
| 12 | <link itemprop="thumbnailUrl" href="$it.thumbnail.full$" /> | 11 | <link itemprop="thumbnailUrl" href="$it.thumbnail.full$" /> |
| 13 | 12 | ||
| 14 | <div class="c-card__row l-media l-media--flush"> | 13 | <div class="c-card__row l-media l-media--flush"> |
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index a1afead..c8c110c 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html | |||
| @@ -7,8 +7,6 @@ $if(it.url)$ | |||
| 7 | itemtype="https://schema.org/$it.schema_type$" | 7 | itemtype="https://schema.org/$it.schema_type$" |
| 8 | $if(it.rel)$rel="$it.rel$"$endif$ | 8 | $if(it.rel)$rel="$it.rel$"$endif$ |
| 9 | > | 9 | > |
| 10 | <link class="u-url" itemprop="url" href="$it.url.full$" /> | ||
| 11 | |||
| 12 | <div class="c-card__row l-media"> | 10 | <div class="c-card__row l-media"> |
| 13 | $if(it.indicator)$ | 11 | $if(it.indicator)$ |
| 14 | <div class="c-card__indicator l-media__block"></div> | 12 | <div class="c-card__indicator l-media__block"></div> |
diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index e7d1e05..6335786 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_card.html | |||
| @@ -7,8 +7,6 @@ $if(it.url)$ | |||
| 7 | itemtype="https://schema.org/$it.schema_type$" | 7 | itemtype="https://schema.org/$it.schema_type$" |
| 8 | $if(it.rel)$rel="$it.rel$"$endif$ | 8 | $if(it.rel)$rel="$it.rel$"$endif$ |
| 9 | > | 9 | > |
| 10 | <link class="u-url" itemprop="url" href="$it.url.full$" /> | ||
| 11 | |||
| 12 | <div class="c-card__row l-media"> | 10 | <div class="c-card__row l-media"> |
| 13 | $if(it.indicator)$ | 11 | $if(it.indicator)$ |
| 14 | <div class="c-card__indicator l-media__block"></div> | 12 | <div class="c-card__indicator l-media__block"></div> |
