Remove dots from snippets.

See confusing issue #1513.
This commit is contained in:
Shai Efrati 2015-10-23 14:04:12 +03:00 committed by Anthony Fok
parent 3d96dfc924
commit 50c819cede

View file

@ -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"
~~~