diff options
author | 2021-06-08 14:37:57 -0700 | |
---|---|---|
committer | 2021-06-08 14:37:57 -0700 | |
commit | 0361b210bde8fa0f70e6a1e04892e9cc195da1c6 (patch) | |
tree | 17180d50752d1af1bbfe8798b1c5f6ca97bad60f | |
parent | 5973cc763d2b09a0f6c540f381688fed1d247d3f (diff) | |
download | astro-0361b210bde8fa0f70e6a1e04892e9cc195da1c6.tar.gz astro-0361b210bde8fa0f70e6a1e04892e9cc195da1c6.tar.zst astro-0361b210bde8fa0f70e6a1e04892e9cc195da1c6.zip |
www: remove whitespace
-rw-r--r-- | www/src/pages/blog/introducing-astro.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/src/pages/blog/introducing-astro.astro b/www/src/pages/blog/introducing-astro.astro index bc87a41bc..3704b46e7 100644 --- a/www/src/pages/blog/introducing-astro.astro +++ b/www/src/pages/blog/introducing-astro.astro @@ -23,7 +23,6 @@ let permalink = 'https://astro.build/blog/introducing-astro'; <body> <BlogHeader /> - <BlogPost title={title} author={author} heroImage={heroImage} publishDate={publishDate}> <Markdown> There's a simple secret to building a faster website — *just ship less*. |