diff --git a/_drafts/2019-08-08-write-a-new-post.md b/_drafts/2019-08-08-write-a-new-post.md index c1b82c685fd..26b45bc8040 100644 --- a/_drafts/2019-08-08-write-a-new-post.md +++ b/_drafts/2019-08-08-write-a-new-post.md @@ -87,7 +87,7 @@ Additionally, the `description` text will also be displayed under the post title ## Table of Contents -By default, the **T**able **o**f **C**ontents (TOC) is displayed on the right panel of the post. If you want to turn it off globally, go to `_config.yml`{: .filepath} and set the value of variable `toc` to `false`. If you want to turn off TOC for a specific post, add the following to the post's [Front Matter](https://jekyllrb.com/docs/front-matter/): +By default, the **T**able **o**f **C**ontents (TOC) is displayed on the right panel of the post. If you want to turn it off globally, go to `_config.yml`{: .filepath} and set the value of variable `toc` to `false`. If you want to turn off TOC for a specific post, add the following to the post's [Front Matter](https://jekyllrb.com/docs/front-matter): ```yaml --- @@ -247,7 +247,7 @@ image: --- ``` -> You can observe LQIP in the preview image of post \"[Text and Typography](../text-and-typography/)\". +> You can observe LQIP in the preview image of post \"[Text and Typography](../text-and-typography)\". For normal images: @@ -502,4 +502,4 @@ Then you can use it like other markdown languages: surround the graph code with ## Learn More -For more knowledge about Jekyll posts, visit the [Jekyll Docs: Posts](https://jekyllrb.com/docs/posts/). \ No newline at end of file +For more knowledge about Jekyll posts, visit the [Jekyll Docs: Posts](https://jekyllrb.com/docs/posts/).