From b91d52d09fa2824f2612cac779ce992e6229ff18 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 16 Jun 2022 13:57:39 +0200 Subject: Fix metadata --- templates/layouts/page.html | 2 +- templates/partials/gallery_card.html | 1 - templates/partials/grid_card.html | 2 -- templates/partials/list_card.html | 2 -- 4 files changed, 1 insertion(+), 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 @@ -
+
$if(date)$
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