Skip to content

Commit

Permalink
fix: internal link with end / in slug
Browse files Browse the repository at this point in the history
  • Loading branch information
lotusk08 committed Dec 31, 2024
1 parent 14c9997 commit 11722d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _drafts/2019-08-08-write-a-new-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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/).
For more knowledge about Jekyll posts, visit the [Jekyll Docs: Posts](https://jekyllrb.com/docs/posts/).

0 comments on commit 11722d7

Please sign in to comment.