diff options
author | 2021-11-19 12:16:17 -0800 | |
---|---|---|
committer | 2021-11-19 12:16:17 -0800 | |
commit | 8fc48fb2a099117dcc254e5a1a89a9b1f033492c (patch) | |
tree | a979dcf52cb138dd6af9347f7b52193a8cdd1b38 /www/src/components/BlogPost.astro | |
parent | f7b23d5cf19e85181176856b46c88ae7b3d78462 (diff) | |
download | astro-8fc48fb2a099117dcc254e5a1a89a9b1f033492c.tar.gz astro-8fc48fb2a099117dcc254e5a1a89a9b1f033492c.tar.zst astro-8fc48fb2a099117dcc254e5a1a89a9b1f033492c.zip |
[blog] New 0.21 release post (#1899)
* v0.21 release post
* chore: update formatting
Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'www/src/components/BlogPost.astro')
-rw-r--r-- | www/src/components/BlogPost.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/components/BlogPost.astro b/www/src/components/BlogPost.astro index 4c73608a3..72396b9cd 100644 --- a/www/src/components/BlogPost.astro +++ b/www/src/components/BlogPost.astro @@ -26,7 +26,7 @@ const { title, author, publishDate, heroImage, heroImageAlt } = Astro.props; </header> <main class="content"> <slot /> - <BackArrow url={'/blog/'} title={'Back to all blogposts'}/> + <BackArrow url={'/blog/'} title={'Back to all blog posts'}/> </main> </article> <GoogleAnalytics /> |