diff options
author | Volpeon <git@volpeon.ink> | 2022-07-30 18:06:54 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-07-30 18:06:54 +0200 |
commit | ac9e90a891e596f224d907c75ee0fa0839ca535e (patch) | |
tree | f3a51453ae294ddd398ff612202f07139e4a0723 /templates/partials | |
parent | Update (diff) | |
download | volpeon.ink-ac9e90a891e596f224d907c75ee0fa0839ca535e.tar.gz volpeon.ink-ac9e90a891e596f224d907c75ee0fa0839ca535e.tar.bz2 volpeon.ink-ac9e90a891e596f224d907c75ee0fa0839ca535e.zip |
Update
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$" |