diff --git a/config.toml b/config.toml index 5d5efc6..3c0c787 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ baseURL = 'https://kontakt-bamberg.de/' +defaultContentLanguage = 'de' languageCode = 'de-de' paginate = 3 title = 'kontakt – Das Kulturprojekt' diff --git a/layouts/index.html b/layouts/index.html index a495217..f8d481e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,10 +2,8 @@ {{ .Content }}
{{ index $days (.Date.Format "Monday") }}, {{ .Date.Format "02" }}. {{ index $months (.Date.Format "January") }} {{ .Date.Format "2006" }}
+{{ .Date | dateFormat "Mon, 02. January 2006" }}