mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Refactor Footer and Header components, update layout styles, and adjust Analytics placement
This commit is contained in:
@ -24,7 +24,7 @@ const { description, title } = Astro.props;
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
<Analytics title={title ?? import.meta.env.DEFAULT_TITLE} />
|
||||
<Footer />
|
||||
<Analytics title={title ?? import.meta.env.DEFAULT_TITLE} />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user