projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d96dfc
)
Remove dots from snippets.
author
Shai Efrati
<shaief@gmail.com>
Fri, 23 Oct 2015 11:04:12 +0000
(14:04 +0300)
committer
Anthony Fok
<foka@debian.org>
Fri, 30 Oct 2015 21:08:49 +0000
(15:08 -0600)
See confusing issue #1513.
docs/content/tutorials/create-a-multilingual-site.md
patch
|
blob
|
history
diff --git
a/docs/content/tutorials/create-a-multilingual-site.md
b/docs/content/tutorials/create-a-multilingual-site.md
index 7558277023d2f00b5f4b75efb49d862a4734dce2..4192a63d7e857291842d7fa17772c74638d43653 100644
(file)
--- a/
docs/content/tutorials/create-a-multilingual-site.md
+++ b/
docs/content/tutorials/create-a-multilingual-site.md
@@
-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"
~~~