link to song repo instead of to github.

This commit is contained in:
fiatjaf
2024-05-23 23:07:13 -03:00
parent 5966234156
commit 96ffe52f60

View File

@@ -1,13 +1,13 @@
package main package main
templ footerTemplate() { templ footerTemplate() {
<div <div
class="fixed -inset-x-24 inset-y-64 -z-10 h-full w-[200%] -rotate-12 overflow-hidden bg-gray-50 dark:bg-neutral-950 print:hidden" class="fixed -inset-x-24 inset-y-64 -z-10 h-full w-[200%] -rotate-12 overflow-hidden bg-gray-50 dark:bg-neutral-950 print:hidden"
></div> ></div>
<footer class="mb-4 mt-6 text-center text-sm text-gray-400"> <footer class="mb-4 mt-6 text-center text-sm text-gray-400">
powered by powered by
<a class="text-gray-400 underline" href="/">njump</a> & open-sourced on <a class="text-gray-400 underline" href="/">njump</a> & open-sourced on
<a class="text-gray-400 underline" href="https://github.com/fiatjaf/njump">github</a> <a class="text-gray-400 underline" href="https://git.njump.me/njump">github</a>
</footer> </footer>
<svg width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg"> <svg width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs> <defs>