18 lines
651 B
Svelte
18 lines
651 B
Svelte
<hr class="border-zinc-200 dark:border-zinc-700 transition-colors" />
|
|
|
|
<footer
|
|
class="p-8 text-center flex flex-wrap justify-center items-center gap-x-2 text-zinc-500 dark:text-zinc-500"
|
|
>
|
|
<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">Report bug</a>
|
|
<span>-</span>
|
|
<a class="underline" href="https://www.buymeacoffee.com/mcndt">☕ Buy me a coffee</a>
|
|
</footer>
|