diff options
Diffstat (limited to 'examples/blog/src')
-rw-r--r-- | examples/blog/src/pages/index.astro | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/blog/src/pages/index.astro b/examples/blog/src/pages/index.astro index 4fd7a7d25..02ad846c9 100644 --- a/examples/blog/src/pages/index.astro +++ b/examples/blog/src/pages/index.astro @@ -20,12 +20,6 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../config'; a personal website, blog, or portfolio with Astro. </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>. - </p> - <p> This template comes with a few integrations already configured in your <code>astro.config.mjs</code> file. You can customize your setup with <a href="https://astro.build/integrations">Astro Integrations</a> to add tools like Tailwind, @@ -47,6 +41,12 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../config'; >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>. + </p> </main> <Footer /> </body> |