diff options
Diffstat (limited to 'templates/partials')
| -rw-r--r-- | templates/partials/gallery_card.html | 2 | ||||
| -rw-r--r-- | templates/partials/grid_card.html | 2 | ||||
| -rw-r--r-- | templates/partials/list_card.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index ca1fdd6..a340148 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | $if(it.thumbnail)$ | 1 | $if(it.thumbnail)$ |
| 2 | <a | 2 | <a |
| 3 | href="$it.url.rel$" | 3 | href="$it.url.rel$" |
| 4 | class="l-card-list__card c-card h-entry" | 4 | class="l-card-list__card c-card t-raised h-entry" |
| 5 | itemprop="dataFeedElement" | 5 | itemprop="dataFeedElement" |
| 6 | itemscope | 6 | itemscope |
| 7 | itemtype="https://schema.org/$it.schema_type$" | 7 | itemtype="https://schema.org/$it.schema_type$" |
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index fdd19f2..170f478 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <a | 1 | <a |
| 2 | href="$it.url.rel$" | 2 | href="$it.url.rel$" |
| 3 | class="l-card-list__card c-card h-entry" | 3 | class="l-card-list__card c-card t-raised h-entry" |
| 4 | itemprop="dataFeedElement" | 4 | itemprop="dataFeedElement" |
| 5 | itemscope | 5 | itemscope |
| 6 | itemtype="https://schema.org/$it.schema_type$" | 6 | itemtype="https://schema.org/$it.schema_type$" |
diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index 4eed174..24948a6 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_card.html | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <a | 1 | <a |
| 2 | href="$it.url.rel$" | 2 | href="$it.url.rel$" |
| 3 | class="l-card-list__card c-card h-entry" | 3 | class="l-card-list__card c-card t-raised h-entry" |
| 4 | itemprop="dataFeedElement" | 4 | itemprop="dataFeedElement" |
| 5 | itemscope | 5 | itemscope |
| 6 | itemtype="https://schema.org/$it.schema_type$" | 6 | itemtype="https://schema.org/$it.schema_type$" |
