From 6c815eeec1c863f6917fe0604666f771b4fc004f Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 14 Feb 2023 11:20:46 +0100 Subject: [PATCH] add meta --- core/layout/blank.php | 1 + core/layout/light.php | 1 + core/layout/mail.php | 3 ++- core/layout/main.php | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/layout/blank.php b/core/layout/blank.php index 962ed73b..eb12098b 100644 --- a/core/layout/blank.php +++ b/core/layout/blank.php @@ -2,6 +2,7 @@ + showMetaTitle(); ?> showMetaDescription(); ?> diff --git a/core/layout/light.php b/core/layout/light.php index 4447176d..35b20a5e 100644 --- a/core/layout/light.php +++ b/core/layout/light.php @@ -2,6 +2,7 @@ + showMetaTitle(); ?> showMetaDescription(); ?> diff --git a/core/layout/mail.php b/core/layout/mail.php index 4f214c00..b4b31b43 100644 --- a/core/layout/mail.php +++ b/core/layout/mail.php @@ -1,7 +1,8 @@ - + diff --git a/core/layout/main.php b/core/layout/main.php index 449ae7a4..3dff8984 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -2,6 +2,7 @@ + showMetaTitle(); ?> showMetaDescription(); ?>