22 lines
740 B
Svelte
22 lines
740 B
Svelte
<hr class="border-zinc-200 dark:border-zinc-700 transition-colors" />
|
|
|
|
<footer
|
|
class="px-3 py-6 md:p-8 text-center flex flex-wrap justify-center items-center gap-x-2 text-zinc-500 dark:text-zinc-400"
|
|
>
|
|
<span>
|
|
Built with love by <a class="underline" href="https://mcndt.dev" alt="blog">mcndt</a>
|
|
</span>
|
|
<span>-</span>
|
|
<a class="underline" href="/about">About</a>
|
|
<span>-</span>
|
|
<a class="underline" href="/contact">Contact</a>
|
|
<span>-</span>
|
|
<a
|
|
class="underline"
|
|
href="https://github.com/mcndt/obsidian-note-sharing/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D"
|
|
>🐛 Report bug</a
|
|
>
|
|
<span>-</span>
|
|
<a class="underline" href="https://www.buymeacoffee.com/mcndt">☕ Buy me a coffee</a>
|
|
</footer>
|