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." title = "Acme Inc."
contentdir = "content/en" contentdir = "content/en"
publishdir = "public/en" publishdir = "public/en"
...
[params] [params]
locale = "en-US" locale = "en-US"
~~~ ~~~
@ -43,7 +43,7 @@ baseurl = "http://acme.jp/"
title = "有限会社アクミー" title = "有限会社アクミー"
contentdir = "content/ja" contentdir = "content/ja"
publishdir = "public/ja" publishdir = "public/ja"
...
[params] [params]
locale = "ja-JP" locale = "ja-JP"
~~~ ~~~