From 6dbada2f083cf8d8ab4cc2e981393aaf0f74245c Mon Sep 17 00:00:00 2001 From: Danny Hurlburt Date: Wed, 19 Jun 2019 11:49:38 -0600 Subject: [PATCH] docs: minor grammar fix in blog guide (#1614) --- docs/guides-blog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides-blog.md b/docs/guides-blog.md index dc8870a8f7..4c53d3641e 100644 --- a/docs/guides-blog.md +++ b/docs/guides-blog.md @@ -96,7 +96,7 @@ blogSidebarTitle: { default: 'Recent posts', all: 'All blog posts' }, Docusaurus provides a simple RSS feed for your blog posts. Both RSS and Atom feed formats are supported. This data is automatically added to your website page's HTML `` tag. -A summary of the post's text is provided in the RSS feed up to the ``. If no `` tag is found, then all text up 250 characters are used. +A summary of the post's text is provided in the RSS feed up to the ``. If no `` tag is found, then all text up to 250 characters is used. ## Social Buttons @@ -115,7 +115,7 @@ To do this: 1. Customize the `` of `website/static/index.html` 1. Delete the dynamic landing page `website/pages/en/index.js` -> Now, when Docusaurus generates or builds your site, it will copy the file from `static/index.html` and place it in the site's main directory. The static file is served when a visitor arrives on your page. When the page loads it will redirect the visitor to `/blog`. +> Now, when Docusaurus generates or builds your site, it will copy the file from `static/index.html` and place it in the site's main directory. The static file is served when a visitor arrives on your page. When the page loads, it will redirect the visitor to `/blog`. You can use this template: