Add gitea link in the footer

This commit is contained in:
pleb 2025-10-30 00:07:07 -07:00
parent b3d34a1579
commit 8f7e6dc01c

View File

@ -19,8 +19,11 @@
</main> </main>
<footer class="border-t border-white/10 text-sm text-muted/80"> <footer class="border-t border-white/10 text-sm text-muted/80">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 py-6 flex items-center justify-between"> <div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 py-6 flex items-center justify-between">
<span>&copy; {new Date().getFullYear()} plebsaber.stream</span> <a href="https://git.plebsaber.stream/pleb/plebsaber.stream" class="inline-flex items-center gap-2 text-neon hover:underline">
<a href="https://svelte.dev" class="hover:underline text-muted">Built with SvelteKit</a> <img src="https://git.plebsaber.stream/assets/img/logo.svg" alt="Gitea" class="h-4 w-4" />
<span>Source code</span>
</a>
<a href="https://svelte.dev" class="hover:underline text-muted">Built with SvelteKit, and <span class="text-neon-fuchsia" style="text-shadow: 0 0 8px rgba(255,0,229,0.6);">joy</span></a>
</div> </div>
</footer> </footer>
</div> </div>