Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 12, 2023
1 parent 11162b6 commit 10505ee
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,11 @@ const { Head } = await import("astro-capo");
<ViewTransitions />
</Head>
<body>
<!-- TODO Generate the ID here -->
<div id="">
<div class="grow">
<slot />
</div>
<script>
import "@Script/Firebase";
</script>
<div class="grow">
<slot />
</div>
<script>
import "@Script/Firebase";
</script>
</body>
</html>

0 comments on commit 10505ee

Please sign in to comment.