summaryrefslogtreecommitdiff
path: root/www/src/components/BlogPost.astro
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-11-19 12:16:17 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-19 12:16:17 -0800
commit8fc48fb2a099117dcc254e5a1a89a9b1f033492c (patch)
treea979dcf52cb138dd6af9347f7b52193a8cdd1b38 /www/src/components/BlogPost.astro
parentf7b23d5cf19e85181176856b46c88ae7b3d78462 (diff)
downloadastro-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.astro2
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 />