From b91d52d09fa2824f2612cac779ce992e6229ff18 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 16 Jun 2022 13:57:39 +0200 Subject: Fix metadata --- templates/partials/gallery_card.html | 1 - templates/partials/grid_card.html | 2 -- templates/partials/list_card.html | 2 -- 3 files changed, 5 deletions(-) (limited to 'templates/partials') 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)$ itemtype="https://schema.org/$it.schema_type$" $if(it.rel)$rel="$it.rel$"$endif$ > -
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)$ itemtype="https://schema.org/$it.schema_type$" $if(it.rel)$rel="$it.rel$"$endif$ > - -
$if(it.indicator)$
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)$ itemtype="https://schema.org/$it.schema_type$" $if(it.rel)$rel="$it.rel$"$endif$ > - -
$if(it.indicator)$
-- cgit v1.2.3-54-g00ecf