chore: add link to source

This commit is contained in:
Dan Finch 2026-05-11 11:40:57 +02:00
parent c759d82e28
commit d0685c2d59

View file

@ -42,6 +42,8 @@ export default function layout(...content: Content[]) {
p( p(
"© SIGITEX | ", "© SIGITEX | ",
a("ABOUT US", { href: "https://da.nfin.ch/" }), a("ABOUT US", { href: "https://da.nfin.ch/" }),
" | ",
a("SOURCE", { href: "https://code.quickbasic.org/sigitex/sigitex.com" })
), ),
), ),
), ),