This commit is contained in:
parent
00f890288b
commit
fbadec3c3c
|
|
@ -54,8 +54,16 @@ const { title } = Astro.props;
|
||||||
<ThemeToggle />
|
<ThemeToggle />
|
||||||
</header>
|
</header>
|
||||||
<slot />
|
<slot />
|
||||||
<footer class="p-2 bg-base-300 text-center">
|
<footer class="p-4 bg-base-300 grid grid-cols-3 items-center">
|
||||||
<p>© Mia Rose Winter 2024 ‐ 2026</p>
|
<div></div>
|
||||||
|
|
||||||
|
<div class="text-center">
|
||||||
|
<p>© Mia Rose Winter 2024 ‐ 2026</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<figure class="flex justify-end">
|
||||||
|
<img src="/88x31.png" alt="" width="88" height="31" />
|
||||||
|
</figure>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
BIN
static/88x31.png
Normal file
BIN
static/88x31.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 672 B |
Loading…
Reference in a new issue