mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
3d96dfc924
commit
50c819cede
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ baseurl = "http://acme.com/"
|
|||
title = "Acme Inc."
|
||||
contentdir = "content/en"
|
||||
publishdir = "public/en"
|
||||
...
|
||||
|
||||
[params]
|
||||
locale = "en-US"
|
||||
~~~
|
||||
|
@ -43,7 +43,7 @@ baseurl = "http://acme.jp/"
|
|||
title = "有限会社アクミー"
|
||||
contentdir = "content/ja"
|
||||
publishdir = "public/ja"
|
||||
...
|
||||
|
||||
[params]
|
||||
locale = "ja-JP"
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue