swap out github for git host with selfhosted gitea link

This commit is contained in:
2026-03-28 00:44:33 +01:00
parent c8f4ed4a1f
commit e747f399ef
3 changed files with 8 additions and 4 deletions

View File

@@ -35,10 +35,10 @@
class="flex flex-col sm:flex-row gap-2 mt-4 text-neutral-500 dark:text-neutral-400"
>
<a
href="/github"
href="/git"
class="flex gap-2 px-3 py-1 rounded-full hover:bg-neutral-300 dark:hover:bg-neutral-700 hover:text-black dark:hover:text-white transition"
><span class="scale-[.75]">{% include "icons/github.svg" %}</span>
GitHub</a
><span class="scale-[.75]">{% include "icons/git-fork.svg" %}</span>
Git host</a
>
<a
href="/bsky"