Skip to content

Commit

Permalink
docs(permalinks): update format (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang authored Feb 27, 2020
1 parent 90accf2 commit fd8c55a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion source/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Setting | Result
--- | ---
`:year/:month/:day/:title/` | 2013/07/14/hello-world/
`:year-:month-:day-:title.html` | 2013-07-14-hello-world.html
`:category/:title` | foo/bar/hello-world
`:category/:title/` | foo/bar/hello-world/

### Multi-language Support

Expand Down
2 changes: 1 addition & 1 deletion source/ko/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ categories:
--- | ---
`:year/:month/:day/:title/` | 2013/07/14/hello-world/
`:year-:month-:day-:title.html` | 2013-07-14-hello-world.html
`:category/:title` | foo/bar/hello-world
`:category/:title/` | foo/bar/hello-world/

### 다국어 지원

Expand Down
2 changes: 1 addition & 1 deletion source/pt-br/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Definição | Resultado
--- | ---
`:year/:month/:day/:title/` | 2013/07/14/hello-world/
`:year-:month-:day-:title.html` | 2013-07-14-hello-world.html
`:category/:title` | foo/bar/hello-world
`:category/:title/` | foo/bar/hello-world/

### Suporte Multi-idioma

Expand Down
2 changes: 1 addition & 1 deletion source/ru/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ categories:
--- | ---
`:year/:month/:day/:title/` | 2013/07/14/hello-world/
`:year-:month-:day-:title.html` | 2013-07-14-hello-world.html
`:category/:title` | foo/bar/hello-world
`:category/:title/` | foo/bar/hello-world/

### Многоязычность

Expand Down
2 changes: 1 addition & 1 deletion source/th/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Setting | Result
--- | ---
`:year/:month/:day/:title/` | 2013/07/14/hello-world/
`:year-:month-:day-:title.html` | 2013-07-14-hello-world.html
`:category/:title` | foo/bar/hello-world
`:category/:title/` | foo/bar/hello-world/

### Multi-language Support

Expand Down
2 changes: 1 addition & 1 deletion source/zh-cn/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ categories:
--- | ---
`:year/:month/:day/:title/` | 2013/07/14/hello-world/
`:year-:month-:day-:title.html` | 2013-07-14-hello-world.html
`:category/:title` | foo/bar/hello-world
`:category/:title/` | foo/bar/hello-world/

### 多语种支持

Expand Down
4 changes: 2 additions & 2 deletions source/zh-tw/docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ categories:
--- | ---
`:year/:month/:day/:title/` | 2013/07/14/hello-world/
`:year-:month-:day-:title.html` | 2013-07-14-hello-world.html
`:category/:title` | foo/bar/hello-world
`:category/:title/` | foo/bar/hello-world/

### 多語系支援

Expand All @@ -65,4 +65,4 @@ $ hexo new "Hello World" --lang tw

``` plain
http://localhost:4000/tw/hello-world/
```
```

0 comments on commit fd8c55a

Please sign in to comment.