We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d07ff commit 237e68dCopy full SHA for 237e68d
source/docs/advanced-settings/front-matter.md
@@ -31,6 +31,7 @@ Setting | Type | Description | Default
31
--- | --- | --- | ---
32
`author` | `string` | Author name for post copyright | `author` in Hexo config file
33
`post_link` | `string` | The original link of the reposted article | None
34
+`copyright_reprint` | `bool` | It shows that the article is a reprint article and needs to enter `author` and `post_link` together. | `false`
35
`link` | `string` | Clicking on the post title on the index or archive page will redirect to the set external link | None
36
`description` | `string` | Docs [here](/docs/theme-settings/posts.html#Preamble-Text) | None
37
`direction` | `string` | Available value: `rtl` | None
0 commit comments