diff options
-rw-r--r-- | templates/layouts/page.html | 2 | ||||
-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 |
4 files changed, 1 insertions, 6 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index f64e50b..5856a91 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <main itemprop="hasPart" itemscope itemtype="https://schema.org/$it.schema_type$" itemid="$url.full$"> | 1 | <main itemprop="hasPart" itemscope itemtype="https://schema.org/$schema_type$" itemid="$url.full$"> |
2 | <article class="l-container l-container--pad-x l-container--pad-y l-container--narrow h-entry"> | 2 | <article class="l-container l-container--pad-x l-container--pad-y l-container--narrow h-entry"> |
3 | $if(date)$ | 3 | $if(date)$ |
4 | <div class="o-badge s-body__meta u-mb-125 dt-updated"> | 4 | <div class="o-badge s-body__meta u-mb-125 dt-updated"> |
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> |