From b350da988bc3bda9530ef53a9262d2f8a317b683 Mon Sep 17 00:00:00 2001 From: Martindev Date: Sat, 23 Oct 2021 15:26:07 +0100 Subject: [PATCH] Update head.twig --- Theme/Argon/includes/head.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Theme/Argon/includes/head.twig b/Theme/Argon/includes/head.twig index fce5262..deaf536 100644 --- a/Theme/Argon/includes/head.twig +++ b/Theme/Argon/includes/head.twig @@ -25,7 +25,10 @@ {% if config('seo.keywords') is not empty %} {% endif %} - {% if config('seo.description') is not empty %} + + {% if descriptionPage is defined %} + + {% elseif config('seo.description') is not empty %} {% endif %}