diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-16 12:26:04 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-16 12:26:04 +0200 |
| commit | 45002a3b223f672de2d8e7e102e3f3db586e347e (patch) | |
| tree | e59bc24cf6cac21082e6067bdfa1b8bb5a77b20c /src/pages/index.astro | |
| parent | b120b9ce4aa1e67df8330875e554087eb4b25061 (diff) | |
Update footer links
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 3679adc..5c45d28 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -26,9 +26,23 @@ const faqJsonLd = { <head> <meta charset="utf-8" /> <link rel="icon" type="image/x-icon" href="/ico/favicon.ico" /> - <link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png" /> - <link rel="icon" type="image/png" sizes="192x192" href="/ico/icon-192.png" /> - <link rel="icon" type="image/png" sizes="512x512" href="/ico/icon-512.png" /> + <link + rel="apple-touch-icon" + sizes="180x180" + href="/ico/apple-touch-icon.png" + /> + <link + rel="icon" + type="image/png" + sizes="192x192" + href="/ico/icon-192.png" + /> + <link + rel="icon" + type="image/png" + sizes="512x512" + href="/ico/icon-512.png" + /> <link rel="manifest" href="/manifest.json" /> <meta name="theme-color" content="#0066cc" /> <meta name="viewport" content="width=device-width" /> @@ -131,12 +145,15 @@ const faqJsonLd = { set:html={JSON.stringify(faqJsonLd, null, 2)} /> </div> - <footer class="my-4 text-left"> + <footer class="text-xs my-4 text-left"> <p> Created by <a href="https://yuv.al" class="text-blue-600 hover:underline">Yuval Adam</a - >. Source available on <a + >, operated by <a + href="https://magicmonad.com" + class="text-blue-600 hover:underline">Magic Monad</a + >. Open source available on <a href="https://github.com/yuvadm/cidr.xyz" class="text-blue-600 hover:underline">Github</a >. |
