mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
config: Fix typo
This commit is contained in:
parent
9c3143c45a
commit
7ee36b3718
1 changed files with 1 additions and 1 deletions
|
@ -419,6 +419,6 @@ type Pagination struct {
|
|||
// The path element used during pagination.
|
||||
Path string
|
||||
|
||||
// WHether to disable generation of alias for the first pagination page.
|
||||
// Whether to disable generation of alias for the first pagination page.
|
||||
DisableAliases bool
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue