mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 15:10:35 +03:00
all: Fix typos in function names and comments
This commit is contained in:
parent
12dc9a6e4a
commit
9009c8cdca
27 changed files with 41 additions and 41 deletions
|
@ -30,7 +30,7 @@ b = "bc1"
|
|||
|
||||
-- hugo.toml --
|
||||
baseURL = "https://example.com"
|
||||
disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT", "page", "setion"]
|
||||
disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT", "page", "section"]
|
||||
ignoreErrors = ["error-missing-instagram-accesstoken"]
|
||||
[params]
|
||||
a = "a1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue