Skip to content

Commit

Permalink
docs: correct the type of archive.dateFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 5, 2023
1 parent cde8594 commit ba51a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exampleSite/content/docs/layouts/archives/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ The content of those files just contain a `title` parameter.
| Name | Type | Default | Description
|---|:-:|:-:|---
| `archive` | Object | - | Archive.
| `archive.dateFormat` | Integer | `Jan 2` | Archive date format.
| `archive.dateFormat` | String | `Jan 2` | Archive date format.
| `archive.basePath` | String | `/archives` |
2 changes: 1 addition & 1 deletion exampleSite/content/docs/layouts/archives/index.zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ $ tree content/archives
| 名称 | 类型 | 默认值 | 描述
|---|:-:|:-:|---
| `archive` | Object | - | Archive.
| `archive.dateFormat` | Integer | `Jan 2` | Archive date format.
| `archive.dateFormat` | String | `Jan 2` | Archive date format.
| `archive.basePath` | String | `/archives` |
2 changes: 1 addition & 1 deletion exampleSite/content/docs/layouts/archives/index.zh-hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ $ tree content/archives
| 名稱 | 類型 | 預設值 | 描述
|---|:-:|:-:|---
| `archive` | Object | - | Archive.
| `archive.dateFormat` | Integer | `Jan 2` | Archive date format.
| `archive.dateFormat` | String | `Jan 2` | Archive date format.
| `archive.basePath` | String | `/archives` |

0 comments on commit ba51a96

Please sign in to comment.