added cookie notice, added terms and privacy notice, added return to top button
This commit is contained in:
@@ -14,6 +14,8 @@ import BasicScripts from '~/components/common/BasicScripts.astro';
|
||||
import StructuredData from '~/components/common/StructuredData.astro';
|
||||
import LanguagePersistence from '~/components/LanguagePersistence.astro';
|
||||
import GlobalBackground from '~/components/ui/GlobalBackground.astro';
|
||||
import CookieBanner from '~/components/CookieBanner.astro';
|
||||
import BackToTop from '~/components/ui/BackToTop.astro';
|
||||
|
||||
// Comment the line below to disable View Transitions
|
||||
import { ClientRouter } from 'astro:transitions';
|
||||
@@ -63,5 +65,7 @@ const { language, textDirection } = I18N;
|
||||
|
||||
<BasicScripts />
|
||||
<LanguagePersistence />
|
||||
<CookieBanner />
|
||||
<BackToTop />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user