From 7ab28531f5b124d6f801d2bf1712927c755a9a7c Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 24 Jun 2022 17:25:36 +0300 Subject: [PATCH] New FB Meta pixel --- frontend/views/layouts/main.php | 34 +++++++++++++++++----------------- frontend/web/.gitignore | 3 ++- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 2e2035e..62ca368 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -79,23 +79,23 @@ - - - - + + + + head() ?> diff --git a/frontend/web/.gitignore b/frontend/web/.gitignore index e6c7955..d874ab2 100755 --- a/frontend/web/.gitignore +++ b/frontend/web/.gitignore @@ -1,3 +1,4 @@ /index.php /index-test.php -/sitemap.xml \ No newline at end of file +/sitemap.xml +/.well-known -- libgit2 0.21.4