Add GitGud and astro-htaccess integration

This commit is contained in:
Bad Manners 2024-08-30 17:21:52 -03:00
parent 4829af9f55
commit 37fba2f602
11 changed files with 260 additions and 94 deletions

View file

@ -73,7 +73,7 @@ const title = pageTitle ? `${pageTitle} | Bad Manners` : "Bad Manners";
>
<IconSun width="1.5rem" height="1.5rem" class="hidden dark:block" />
<IconMoon width="1.5rem" height="1.5rem" class="block dark:hidden" />
<span id="label-toggle-dark-mode" class="sr-only">Toggle dark mode</span>
<span id="label-toggle-dark-mode" class="sr-only select-none">Toggle dark mode</span>
</button>
</footer>
</div>