Nuxt Content 3 migration #12
@ -6,6 +6,19 @@ import Navbar from "../components/Navbar.vue";
|
||||
<div class="flex flex-col items-center w-full h-full">
|
||||
<Navbar />
|
||||
<slot />
|
||||
<footer class="flex flex-col items-center p-3 bg-gray-100 w-full">
|
||||
<p>Ⓒ 2022 Daniel Chen</p>
|
||||
<p>
|
||||
Available under the AGPL-3.0 on
|
||||
<a class="underline" href="https://github.com/potatoeggy/public">
|
||||
GitHub</a
|
||||
>
|
||||
and
|
||||
<a class="underline" href="https://git.eggworld.tk/eggy/public">
|
||||
Gitea
|
||||
</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
<template>
|
||||
<main class="flex flex-col items-center justify-evenly">
|
||||
<h1>Welcome!</h1>
|
||||
<p>What are you here to see?</p>
|
||||
<div class="flex justify-around items-center w-full flex-wrap gap-y-10">
|
||||
<HomeStatBox> Latest blog post </HomeStatBox>
|
||||
<HomeStatBox>Latest story</HomeStatBox>
|
||||
|
Loading…
Reference in New Issue
Block a user