diff options
| author | Yuval Adam <_@yuv.al> | 2026-03-27 09:54:48 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-03-27 09:54:48 +0100 |
| commit | 8637d055d2e06ad57e558e9028e2e5251893ebf8 (patch) | |
| tree | 59c678a9fe6bf2a34e3cd8444614e3a7620bf481 | |
| parent | b77f124ee9b82798df5a7c747ac438f5e380b26a (diff) | |
Add link to markdown.page
| -rw-r--r-- | src/layouts/Layout.astro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index a960ae4..93da69e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -160,6 +160,13 @@ const { <ul class="space-y-2 text-sm"> <li> <a + href="https://markdown.page/" + class="text-gray-400 hover:text-white" + >Free Markdown Publishing</a + > + </li> + <li> + <a href="https://namekit.app/" class="text-gray-400 hover:text-white" >AI Domain Name Search</a |
