diff options
author | 2022-08-13 01:12:57 -0700 | |
---|---|---|
committer | 2022-08-13 01:12:57 -0700 | |
commit | 6a3aa12079f7f094a4df3f31c34bb13a1569d344 (patch) | |
tree | ea20668f30809edb4f10b08dd14091f837729c90 /examples/blog/src | |
parent | d2063b4cf9b76bb5f3c9ce72d55674966036af18 (diff) | |
download | astro-6a3aa12079f7f094a4df3f31c34bb13a1569d344.tar.gz astro-6a3aa12079f7f094a4df3f31c34bb13a1569d344.tar.zst astro-6a3aa12079f7f094a4df3f31c34bb13a1569d344.zip |
[examples/blog] move copy
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> |