ref: 50c819cedee34c09d21f46def8a16d435d7271d1
parent: 3d96dfc924f2576426356273859f40f630915e67
author: Shai Efrati <[email protected]>
date: Fri Oct 23 10:04:12 EDT 2015
Remove dots from snippets. See confusing issue #1513.
--- a/docs/content/tutorials/create-a-multilingual-site.md
+++ b/docs/content/tutorials/create-a-multilingual-site.md
@@ -31,7 +31,7 @@
title = "Acme Inc."
contentdir = "content/en"
publishdir = "public/en"
-...
+
[params]
locale = "en-US"
~~~
@@ -43,7 +43,7 @@
title = "有限会社アクミー"
contentdir = "content/ja"
publishdir = "public/ja"
-...
+
[params]
locale = "ja-JP"
~~~