Скорректировал счетчик посетителей
This commit is contained in:
parent
95c7b64d4c
commit
18762aaaaf
10 changed files with 770 additions and 17 deletions
|
|
@ -6,6 +6,7 @@ import Header from "@components/layout/header/Header.astro";
|
|||
import Footer from "@components/layout/footer/Footer.astro";
|
||||
import Breadcrumbs from "@components/base/Breadcrumbs.astro";
|
||||
import ConsultationModal from "@components/base/ConsultationModal.astro";
|
||||
import CookieBanner from "@components/base/CookieBanner.astro";
|
||||
import Toast from "@components/base/Toast.astro";
|
||||
|
||||
export interface Props {
|
||||
|
|
@ -36,6 +37,7 @@ const { title, description, canonicalLink, breadcrumbs } = Astro.props;
|
|||
<meta name="yandex-verification" content="be3edfd138348e43" />
|
||||
</head>
|
||||
<body>
|
||||
<CookieBanner />
|
||||
<Toast />
|
||||
<Header />
|
||||
<main class="main-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue