mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
Remove footer
This commit is contained in:
parent
332e1dea33
commit
68b82b30d8
1 changed files with 0 additions and 20 deletions
|
|
@ -86,23 +86,3 @@ const latestArticleImage = latestArticle.data.image;
|
||||||
</a>
|
</a>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
|
||||||
<footer class="mt-20 mb-8 flex w-full justify-center">
|
|
||||||
<p class="text-xs text-gray-500">
|
|
||||||
Built with
|
|
||||||
<a
|
|
||||||
class="inline-block underline underline-offset-1 hover:text-gray-400"
|
|
||||||
href="https://astro.build/"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Astro
|
|
||||||
</a>
|
|
||||||
and
|
|
||||||
<a
|
|
||||||
class="inline-block underline underline-offset-1 hover:text-gray-400"
|
|
||||||
href="https://tailwindcss.com/"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Tailwind CSS
|
|
||||||
</a>.
|
|
||||||
</p>
|
|
||||||
</footer>
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue