Skip to content

Commit

Permalink
Fix the typo in front-matter.md (hexojs#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Wong-Dev authored Feb 18, 2022
1 parent c5ba172 commit 993ba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Setting | Description | Default
`comments` | Enables comment feature for the post | true
`tags` | Tags (Not available for pages) |
`categories` | Categories (Not available for pages) |
`permalink` | Overrides the default permalink of the post. Permalink sould end with `/` or `.html` | `null`
`permalink` | Overrides the default permalink of the post. Permalink should end with `/` or `.html` | `null`
`excerpt` | Page excerpt in plain text. Use [this plugin](/docs/tag-plugins#Post-Excerpt) to format the text |
`disableNunjucks` | Disable rendering of Nunjucks tag `{{ }}`/`{% %}` and [tag plugins](/docs/tag-plugins) when enabled | false
`lang` | Set the language to override [auto-detection](/docs/internationalization#Path) | Inherited from `_config.yml`
Expand Down

0 comments on commit 993ba70

Please sign in to comment.