mirror of
https://github.com/getzola/zola
synced 2024-11-14 16:17:12 +00:00
Fix typo in page.md doc
Fixed typo from 'ad' to 'at'.
This commit is contained in:
parent
056568dc61
commit
dc76e8c9a5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ named `_index.md`.
|
||||||
If a file ending with `.md` is named `index.md`, then it will generate a page
|
If a file ending with `.md` is named `index.md`, then it will generate a page
|
||||||
with the name of the containing folder (for example, `/content/about/index.md` would
|
with the name of the containing folder (for example, `/content/about/index.md` would
|
||||||
create a page at `[base_url]/about`). (Note the lack of an underscore; if the file
|
create a page at `[base_url]/about`). (Note the lack of an underscore; if the file
|
||||||
were named `_index.md`, then it would create a **section** ad `[base_url]/about`, as
|
were named `_index.md`, then it would create a **section** at `[base_url]/about`, as
|
||||||
discussed in the prior part of this documentation. But naming the file `index.md` will
|
discussed in the prior part of this documentation. But naming the file `index.md` will
|
||||||
create a **page** at `[base_url]/about`).
|
create a **page** at `[base_url]/about`).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue