Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix(config): fix config menu name
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Nov 23, 2019
1 parent b97cd8c commit b20fe1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exampleSite/zh/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ staticDir = ["../static", "../../assets/others"] # 静态文件目录

[[menu.main]]
identifier = "categories"
name = "目录"
name = "分类"
url = "categories"
weight = 3

Expand Down
4 changes: 2 additions & 2 deletions exampleSite/zh/content/posts/Basic-Markdown-Preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ __~~*删除线 倾斜 1 加粗 2*~~__ 和 *~~__删除线 倾斜 1 加粗 2__~~*

```markdown
Web image
![Web Picture](http://www.revolunet.com/static/parisjs8/img/logo-revolunet-carre.jpg "Web Picture")
![Web Picture](https://static.dillonzq.com/images/20190817130904-U6cPUk.jpg "Web Picture")

Local image
![Local Picture](logo-revolunet-carre.jpg "Local Picture")
Expand All @@ -446,7 +446,7 @@ With this link (https://github.com/revolunet/sublimetext-markdown-preview/), it
```

Web image
![Web Picture](http://www.revolunet.com/static/parisjs8/img/logo-revolunet-carre.jpg "Web Picture")
![Web Picture](https://static.dillonzq.com/images/20190817130904-U6cPUk.jpg "Web Picture")

Local image
![Local Picture](/苹果-touch-icon.png "Local Picture")
Expand Down
File renamed without changes.

0 comments on commit b20fe1b

Please sign in to comment.