mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
fix(docs): fix typo "yavascript" (#2570)
This commit is contained in:
parent
6390f65052
commit
c273211c8b
1 changed files with 3 additions and 3 deletions
|
@ -52,16 +52,16 @@ as an `index.md` file in a dedicated directory (`latest-experiment/index.md`), l
|
|||
└── research
|
||||
├── latest-experiment
|
||||
│ ├── index.md
|
||||
│ └── yavascript.js
|
||||
│ └── javascript.js
|
||||
├── _index.md
|
||||
└── research.jpg
|
||||
```
|
||||
|
||||
With this setup, you may access `research.jpg` from your 'research' section
|
||||
and `yavascript.js` from your 'latest-experiment' page directly within the Markdown:
|
||||
and `javascript.js` from your 'latest-experiment' page directly within the Markdown:
|
||||
|
||||
```Markdown
|
||||
Check out the complete program [here](yavascript.js). It's **really cool free-software**!
|
||||
Check out the complete program [here](javascript.js). It's **really cool free-software**!
|
||||
```
|
||||
|
||||
By default, this page's slug will be the directory name and thus its permalink will be `https://example.com/research/latest-experiment/`.
|
||||
|
|
Loading…
Reference in a new issue