mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-17 14:41:52 +02:00
Move analytics to footer
This commit is contained in:
@@ -97,8 +97,6 @@ const {
|
|||||||
<link rel='icon' href='/manifest/favicon.ico' type='image/x-icon' />
|
<link rel='icon' href='/manifest/favicon.ico' type='image/x-icon' />
|
||||||
|
|
||||||
<slot name='after-header' />
|
<slot name='after-header' />
|
||||||
|
|
||||||
<Analytics />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<YouTubeBanner />
|
<YouTubeBanner />
|
||||||
@@ -109,5 +107,6 @@ const {
|
|||||||
<Footer />
|
<Footer />
|
||||||
{sponsor && <Sponsor sponsor={sponsor} />}
|
{sponsor && <Sponsor sponsor={sponsor} />}
|
||||||
<slot name='after-footer' />
|
<slot name='after-footer' />
|
||||||
|
<Analytics />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user