diff options
Diffstat (limited to 'src')
| -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 |
