summaryrefslogtreecommitdiff
path: root/examples/blog/src/pages/index.astro
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2022-08-13 07:12:04 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-08-13 07:12:04 +0000
commit485742dc0dd18b6b6bef6be969b900265cac7eaa (patch)
treec6b2d80acd9daf7d394677debd1eaca31ca6f96f /examples/blog/src/pages/index.astro
parent73f367c77b8311707b1c142e03dd53952f14d934 (diff)
downloadastro-485742dc0dd18b6b6bef6be969b900265cac7eaa.tar.gz
astro-485742dc0dd18b6b6bef6be969b900265cac7eaa.tar.zst
astro-485742dc0dd18b6b6bef6be969b900265cac7eaa.zip
[ci] format
Diffstat (limited to 'examples/blog/src/pages/index.astro')
-rw-r--r--examples/blog/src/pages/index.astro20
1 files changed, 13 insertions, 7 deletions
diff --git a/examples/blog/src/pages/index.astro b/examples/blog/src/pages/index.astro
index 28f5b2ece..4fd7a7d25 100644
--- a/examples/blog/src/pages/index.astro
+++ b/examples/blog/src/pages/index.astro
@@ -4,6 +4,7 @@ import Header from '../components/Header.astro';
import Footer from '../components/Footer.astro';
import { SITE_TITLE, SITE_DESCRIPTION } from '../config';
---
+
<!DOCTYPE html>
<html lang="en-us">
<head>
@@ -15,18 +16,23 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../config';
<h1>🧑‍🚀 Hello, Astronaut!</h1>
<p>
Welcome to the official <a href="https://astro.build/">Astro</a> blog starter template. This
- template serves as a lightweight, minimally-styled starting point for anyone looking to build
+ template serves as a lightweight, minimally-styled starting point for anyone looking to build
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>.
+ 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, React, or Vue to your project. Add a blog RSS feed
- with <a href="https://docs.astro.build/en/guides/rss/">@astrojs/rss</a>.
+ 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,
+ React, or Vue to your project. Add a blog RSS feed with <a
+ href="https://docs.astro.build/en/guides/rss/"
+ >@astrojs/rss
+ </a>.
</p>
<p>Here are a few ideas on how to get started with the template:</p>
<ul>