From 4acc15f7e98db52f45bd41ac663a12b3d7fb1cbb Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Sun, 11 Aug 2024 22:47:24 +0200 Subject: [PATCH] ixed invalid value in `itemtype` field in portfolio template --- templates/portfolio.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/portfolio.html.twig b/templates/portfolio.html.twig index 5ad566c..67b7cd5 100755 --- a/templates/portfolio.html.twig +++ b/templates/portfolio.html.twig @@ -51,7 +51,7 @@ {% set item_title = item.title|raw %} {% set item_desc = item.description|raw %} {% set thumbnail = item_image.cropZoom(thumb_w, thumb_h).loading('lazy').attribute('decoding','async').attribute('itemprop','http://schema.org/image').html(item_title,item_title,'portfolio_content-image') %} -
+
{#

{{item_title}}

#}