From b5f70f1273d6fd81ec8cf5872bd5b7398138eec9 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Wed, 18 Sep 2024 23:43:13 +0200 Subject: [PATCH] Fixed SEO issue with duplicated example pages titles --- web/landing/templates/example/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/landing/templates/example/index.html.twig b/web/landing/templates/example/index.html.twig index 44dff005f..77919202f 100644 --- a/web/landing/templates/example/index.html.twig +++ b/web/landing/templates/example/index.html.twig @@ -1,7 +1,7 @@ {% extends 'base.html.twig' %} {%- block title -%} - Flow PHP - {{ currentTopic|humanize }} + Flow PHP - {{ currentTopic|humanize }} - {{ currentExample|humanize }} - Example {%- endblock -%} {%- block description -%}