diff options
Diffstat (limited to 'templates/partials/gallery_card.html')
-rw-r--r-- | templates/partials/gallery_card.html | 1 |
1 files changed, 0 insertions, 1 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"> |