diff options
-rw-r--r-- | examples/blog/src/pages/index.astro | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/examples/blog/src/pages/index.astro b/examples/blog/src/pages/index.astro index 31269efde..6d7c4caed 100644 --- a/examples/blog/src/pages/index.astro +++ b/examples/blog/src/pages/index.astro @@ -34,15 +34,14 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; <li>Customize the blog post page layout in <code>src/layouts/BlogPost.astro</code></li> </ul> <p> - Have fun! If you get stuck, remember to <a href="https://docs.astro.build/" - >read the docs - </a> or <a href="https://astro.build/chat">join us on Discord</a> to ask questions. + Have fun! If you get stuck, remember to + <a href="https://docs.astro.build/">read the docs</a> + or <a href="https://astro.build/chat">join us on Discord</a> to ask questions. </p> <p> - Looking for a blog template with a bit more personality? Check out <a - href="https://github.com/Charca/astro-blog-template" - >astro-blog-template - </a> by <a href="https://twitter.com/Charca">Maxi Ferreira</a>. + Looking for a blog template with a bit more personality? Check out + <a href="https://github.com/Charca/astro-blog-template">astro-blog-template</a> + by <a href="https://twitter.com/Charca">Maxi Ferreira</a>. </p> </main> <Footer /> |