From d0685c2d5969861e036e2a0047cd34664f0c8ba4 Mon Sep 17 00:00:00 2001 From: Errilaz Date: Mon, 11 May 2026 11:40:57 +0200 Subject: [PATCH] chore: add link to source --- src/shared/layout.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/layout.ts b/src/shared/layout.ts index 9832402..7220a09 100644 --- a/src/shared/layout.ts +++ b/src/shared/layout.ts @@ -42,6 +42,8 @@ export default function layout(...content: Content[]) { p( "© SIGITEX | ", a("ABOUT US", { href: "https://da.nfin.ch/" }), + " | ", + a("SOURCE", { href: "https://code.quickbasic.org/sigitex/sigitex.com" }) ), ), ),