From 05d12fdac3aa9550174d3cc4d011aca91ff5e4d2 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Mon, 13 Feb 2023 20:59:26 +0100 Subject: [PATCH] profile image meta --- templates/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html.twig b/templates/index.html.twig index 2c540ea..be4f47b 100644 --- a/templates/index.html.twig +++ b/templates/index.html.twig @@ -2,7 +2,7 @@ {% set hero_image = page.media.images|first %} {% block content %}
- + {{ hero_image.html(meta.title|e, meta.alt_text|e, 'img-profile')|absolute_url|raw }}
{{ page.content | raw }}