diff options
Diffstat (limited to 'website/src/pages/blog/index.astro')
| -rw-r--r-- | website/src/pages/blog/index.astro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/website/src/pages/blog/index.astro b/website/src/pages/blog/index.astro index 61a1a46..df758ed 100644 --- a/website/src/pages/blog/index.astro +++ b/website/src/pages/blog/index.astro @@ -13,7 +13,11 @@ import Navbar from '../../components/Navbar.astro'; <body> <Navbar /> <main> - <BlogFeed headingLevel={1} /> + <BlogFeed headingLevel={1}> + <section> + <p><a href="/blog/subscribe">How to subscribe to this blog</a></p> + </section> + </BlogFeed> </main> </body> </html> |
